breakpoints on sprocs in sql server 2005?

fguihen

Well-known member
Joined
Nov 10, 2003
Messages
248
Location
Eire
i want to step through a sproc as its being called. im testing an app and this would be the easiest way to debug. i dont have visual studio 2005. is there any way in sql server 2005 to insert a breakpoint into a sproc and step through it?
 
In SQLExpress 2005 i dont think there is..i havent seen it. But it should be on other SQL Server 2005 editions. I know that in SQL Server 2000 you could debug a stored proc
 
Back
Top