Debug Transact SQL in SQL 2005
Database
4
Posts
2
Posters
0
Views
1
Watching
-
Hello How does one go about debugging Transact SQL code in MS SQL 2005. The instance on which I wish to debug the tSQL, is running under the LocalSystem account. Thanking the replier in advance
ChristiaanS
-
Hello How does one go about debugging Transact SQL code in MS SQL 2005. The instance on which I wish to debug the tSQL, is running under the LocalSystem account. Thanking the replier in advance
ChristiaanS
-
You can use Visual Studio for debugging. Select the procedure from Server Explorer and "Step Into Stored Procedure" Mika
Hi Mika Thanks for the feedback. It really helped. Cheers :-D
ChristiaanS
-
Hi Mika Thanks for the feedback. It really helped. Cheers :-D
ChristiaanS