怎样样用。NET调试远端数据库上的存储过程?
当前位置:首页 ----> 数据库开发 ----> SQL Server
关键词:NET,SQL SERVER AAA,SQL,AAA
zhang_jie_ren:
我用。NET可以调试本机上的存储过程,但不能调试服务器上的存储过程,提示是 “无法与 SQL SERVER AAA通讯;SQL”其中的AAA为服务器名称



saucer:
see Debug Stored Procedures in VB.NET http://www.fawcette.com/vsm/2002_11/magazine/columns/databasedesign/ "... All the necessary files need to be in place to debug stored procedures (see Table 1 for a list of the files involved in debugging and their locations). You shouldn't encounter any configuration issues if you debug stored procedures from the same computer that has SQL Server on it. You must have both the server and client configured correctly to debug stored procedures remotely, and you must install the debugging components on the server to get remote debugging to work. ..." 


leimin:
or you can see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingsqlstoredprocedures.asp


leimin:
I have test In server must install vs.net,client must insatll vs.net!


zhang_jie_ren:
我这里还是不行,还是出现我第一次说的那个问题


pengdali:
直接用ip呢?


zhang_jie_ren:
不是不能连接,而是不能调试


pengdali:
哦!不懂.net帮您up了!哈哈。。
原文出处:http://topic.csdn.net/t/20030305/05/1492093.html