L
Lost
Taking a course that shows an example of being able to setup a breakpoint in
an SQL Stored procedure (northwind) from VS VB .NET IDE.
I set the break points in the procedure, they look ok. Start debug and I see
a question mark on the break point (Something about no symbols being loaded)
and of course while the stored procedure does execute and return results,
the break point never kicks in.
The course makes a quick reference that it will work if you have debug
permission on the SQL Server(but no other explenation or details).
Chasing my tail trying to find out how to make it work. Does anyone know? I
have found bad information in the course about things I do know about,
trying to find out what detail they left out of this example.
an SQL Stored procedure (northwind) from VS VB .NET IDE.
I set the break points in the procedure, they look ok. Start debug and I see
a question mark on the break point (Something about no symbols being loaded)
and of course while the stored procedure does execute and return results,
the break point never kicks in.
The course makes a quick reference that it will work if you have debug
permission on the SQL Server(but no other explenation or details).
Chasing my tail trying to find out how to make it work. Does anyone know? I
have found bad information in the course about things I do know about,
trying to find out what detail they left out of this example.