This is a discussion on Debug stored procedure within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hello, How do I make debug in a stored procedure? I read in MSDN that Microsoft VC Enterprose Edition ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, How do I make debug in a stored procedure? I read in MSDN that Microsoft VC Enterprose Edition could do that, but I run a stored procedure with breakpoints from debugger and would not stop in any breakpoint (I make a new project from C with - SQL Data Source type, I make a stored procedure, I put breakpoint inside it and I debug it.The stored procedure is executed but without stop in any breakpoints - I found a tutorial in MSDN from wich I take thoose steps). Did I miss something ? Configuration Wind2k Server and domain controler with SP3 Visual Studio 6 Enterprise with SP5 MSSQL 2000 Enterprise local with SP3 |