sys.servers - SQL 2000 中的表是什么
在 SQL Server 2005 中,sys.servers 中存储了有关映射的远程 SQL Server 实例的信息。
SQL Server 2000 中的远程服务器是如何映射的?
BR,亚当
In SQL Server 2005 in the sys.servers information about mapped remote SQL Server instance is stored.
How were remote servers mapped in SQL Server 2000?
BR, Adam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基于 2005 年
sys.sysservers
中的兼容性表,在 这个 MSDN 库页面,我想说目录视图/系统表在 2000 年称为sysservers
。Based upon the compatibility table in 2005
sys.sysservers
, mentioned in this MSDN library page, I would say that the catalogue view/ system table is calledsysservers
in 2000.