Thread
:
ms sql equivalent of this oracle
View Single Post
#
3
(
permalink
)
02-29-2008, 07:18 PM
Alexander Kuznetsov
Posts: n/a
Re: ms sql equivalent of this oracle
Jeff,
authorizationseq seems to be a sequence. Sequences just don't exist in
MS SQL Server 2000/7/6.5. You might want to have an identity column.
Alexander Kuznetsov