Error:“Unable to start T-SQL Debugging. Could not attach to sql server process on ‘server20’”
解:VS2005 debug stored procedure 时 使用的是本机的登录帐号,所以也要在server端添加此帐号并将其设成管理员
本文介绍了解决在Visual Studio 2005中调试存储过程时遇到的“Unable to start T-SQL Debugging. Could not attach to sql server process on ‘server20’”错误的方法。该问题通常是因为VS2005使用的本机登录帐号未在目标服务器上配置为管理员导致。
Error:“Unable to start T-SQL Debugging. Could not attach to sql server process on ‘server20’”
解:VS2005 debug stored procedure 时 使用的是本机的登录帐号,所以也要在server端添加此帐号并将其设成管理员

被折叠的 条评论
为什么被折叠?