怎么样用。NET调试远端数据库上的存储过程?
我用。NET可以调试本机上的存储过程,但不能调试服务器上的存储过程,提示是
“无法与 SQL SERVER AAA通讯;SQL”其中的AAA为服务器名称
问题点数:0、回复次数:7Top
1 楼saucer(思归)回复于 2003-03-05 07:04:11 得分 0
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.
..."
Top
2 楼leimin(黄山光明顶)回复于 2003-03-05 08:55:49 得分 0
or you can see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingsqlstoredprocedures.aspTop
3 楼leimin(黄山光明顶)回复于 2003-03-10 19:10:35 得分 0
I have test
In server must install vs.net,client must insatll vs.net!Top
4 楼zhang_jie_ren(jiejie)回复于 2003-03-10 22:09:20 得分 0
我这里还是不行,还是出现我第一次说的那个问题Top
5 楼pengdali()回复于 2003-03-10 22:11:26 得分 0
直接用ip呢?Top
6 楼zhang_jie_ren(jiejie)回复于 2003-03-10 22:53:09 得分 0
不是不能连接,而是不能调试Top
7 楼pengdali()回复于 2003-03-10 22:54:52 得分 0
哦!不懂.net帮你up了!哈哈。。Top





