Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
MGA
Starting Member
28 Posts |
Posted - 2009-05-16 : 02:33:53
|
How can i delete cursor (not by allocate) how can i do this programming becouse i wrote all the database objects(tables,views,procedures,triggers...) as one query file so that after every change i made in the database i run the query again but when i create new cursor in a new procedure and allocate it in the end of that proc and then after run the query again the error was that the cursor is already exists so haw can i comeover this error and delete that cusor. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-05-16 : 03:02:49
|
whats the purpose of cursor in your code? |
|
|
|
|
|