View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 07:18 PM
Alexander Kuznetsov
 
Posts: n/a
Default 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.

Reply With Quote