Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My installed sql server 2000 is configured as mixed mode authentication & blank password & local user account.
I create a store procedure.But when i debug this procedure, i go to some step i.e.- right click on that procedure+click debug option. A windows is shown i.e.-'SP debugging may not work properly if you log on as 'Local System Account' while SQL Server is configured to run as a service.You can open to see details.
Do you wish to continue?'.There have three button-Yes,No Cancel. I click yes button.
I give some parameter value and then click execute button.
A debugging windows is shown, Go,Toggle Breakpoints & Remove all Breakpoints button are enable but step into, step over, step out & run into cursor are disable.

how will i solve to debug that procedure???
Please help me any instruction...
Posted

1 solution

these links will be helpful:-

http://www.codeguru.com/csharp/.net/net_debugging/article.php/c19537/[^]

3,620,000 results on debugging in sql server 2000

Please don't forget to mark this as your answer if it helps you out.

Thanks
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900