Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to debug a stored procedure?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01544351
Message ID:
01544352
Vues:
44
>How do you debug a stored procedure which is called from .NET method? That is, I would like to see the variables passed and some other values.
>
>TIA

You can run a profiler to get the exact call of this SP. Then you should be able to debug it from SSMS using that call.

Also, are you able to debug from VS directly?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform