0

I am attempting to debug a stored procedure using the Debug option is SQL Query Analyzer (Version 8.00). However, the debugger run through the whole stored procedure as soon as I start and if add a break-point and try re-executing the sp, the break-point is ignored. What do I need to do to enable debugging? The server is SQL Server 2000

divibisan
  • 11,659
  • 11
  • 40
  • 58

1 Answers1

1

It may be a security issue. Try doing some of the steps here: http://www.15seconds.com/Issue/050106.htm

bugtussle
  • 1,416
  • 11
  • 15