Hi,
Can anyone suggest how to debug stored procedure from a remote sql server using visual studio.net 2005?
I am able to debug my stored procedure from local server, but I'm unable to do so if the sql server is remote. I will often get an error that
"Unable to start T-SQL Debugging.Could not attach to SQL Server process on [Remote SQL Server name]".Click help for more information."
What are the steps I should follow to activate remote debugging of store procedure in visual studio 2005?
Please suggest any good articles.
Thanks in advance SA