I’m in VS2008 trying to Attach to a process… I can attach fine to the Managed Code, however I get an error when trying to attach to T-SQL it says Access is denied.
How do i resolve that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
T-SQL debugging from Visual Studio has a lot of requirements on the server and the client you should review the following the MSDN Documents
Debugging SQL
Setting Up SQL Debugging
SQL Debugging Setup Errors and Troubleshooting
And in particular since you have Access issues
SQL Debugging: Security Issues
How to: Set SQL Server Permissions for Debugging