Could not find server 'XXX' in sys.servers.

冯枫
2023-12-01
Msg 7202, Level 11, State 2, Line 3

Could not find server 'AAA' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.


解决方案:(1)服务器中没有AAA这个数据库, 新建一个。

(2)可以使用use AAA go这个语句运行,切换到AAA数据库。







 类似资料:

相关阅读

相关文章

相关问答