Hi,
I am trying to write a script that will delete data from a given table using cursors.
As shown in the script below, if the delete..where current of..cursor script is executed directly, it is successful.
declare @objcursor as cur
I am trying to write a script that will delete data from a given table using cursors.
As shown in the script below, if the delete..where current of..cursor script is executed directly, it is successful.
declare @objcursor as cur