1) Declaring Cursor differs in sql server 2000 from that of sql server 2005.
   In sql server 2000,we issue the below command :
      declare cursorinput CURSOR for select........
   In sql server 2005,we issue the below command :
   declare @cu cursor
   set @cu=CURSOR for select.......
Wednesday, August 11, 2010
Articles of other Authors !
1) Deploying scripts on multiple instances :
http://www.sqlservercentral.com/articles/Administration/2629/
2) Mapping users to logins in sql server 2000 :
http://www.mssqltips.com/tip.asp?tip=1063
http://www.sqlservercentral.com/articles/Administration/2629/
2) Mapping users to logins in sql server 2000 :
http://www.mssqltips.com/tip.asp?tip=1063
Subscribe to:
Comments (Atom)
