September 28, 2008 at 12:50 pm
how to make cursor in sql server 2005?
September 28, 2008 at 1:04 pm
john_izzy (9/28/2008)
how to make cursor in sql server 2005?
Why do you need a cursor? Unless you're doing certain types of admin tasks (which are often one object at a time) there are better ways to work in SQL than with a cursor.
That said, look at DECLARE CURSOR in books online
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 28, 2008 at 6:51 pm
The OP must like porkchops...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply