Debugging pure T-SQ stored procedures
I understand that there has been some dscussion on the subject of debugging T-SQL stored procedures. Can you point me to this information? I am not interested in how to debug CLR stored procedures as that is well documented.
Thanks
Bill Zack
[260 byte] By [
BillZack] at [2007-12-21]
ah hah! I just installed the beta2 cd from msdn. It doesnt say anywhere inside of VS what edition it is. However, in add/remove programs it says Standard Edition. I must've installed a different version originally. I wonder what edition is on the VS2005 beta2 team suite CD from MSDN.
We used to be able to "Step Into Stored Procedure" from within the Business Intelligence Studio, but are now getting the following error:
"Unable to start T-SQL Debugging. Could not attach to SQL Server process on '<server name>'. Click Help for more information."
After searching on Help, it yields no result.
Does anyone have an idea why this maybe happening? We were able to debug our stored procedures a week ago, but now nothing. :(
Thank you!!