Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A cursor already exists
Message
 
 
À
05/03/2008 09:30:04
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01298878
Message ID:
01298884
Vues:
25
This message has been marked as the solution to the initial question of the thread.
>I have this script that I run on a regular basis. I have a DECLARE tableIndexes CURSOR FOR that is inserted at several places in the script. But, if the script didn't run well on the last time, when I run the script again, I might have this error:
>
>"A cursor with the name 'tableIndexes' already exists."
>
>How can I make sure all cursor are cleaned before I start running the script.

IIRC, cursors are global by default. Try to make it local
DECLARE cursor_name CURSOR LOCAL
...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform