简体   繁体   English

为什么日志传送的数据库在链接服务器上不可见?

[英]Why is log shipped database invisible over linked server?

We have a lot of linked servers in our SQL Server 2012 instances. SQL Server 2012实例中有很多链接服务器。 While browsing one of those linked servers, I noticed that a log-shipped database is unavailable there. 浏览那些链接的服务器之一时,我注意到那里没有日志传送的数据库。

The database itself is "Standby / Read-Only." 数据库本身是“待机/只读”。

Is it normal for log-shipped databases to be unavailable over linked servers, or is it more likely to be a permissions issue, or could it be something else? 日志传送的数据库在链接服务器上不可用是正常的,还是更有可能是权限问题,还是其他原因? I want to query this database using a linked server query. 我想使用链接服务器查询来查询该数据库。

The cause of my problem is obviously a permission configuration with the linked server entry. 我的问题的原因显然是链接服务器条目的权限配置。 I know this because I set up the same linked server on my local SQL Server instance--using my own login credentials--and was able to see the "Standby / Read-Only" database as I would've normally expected for a standard database. 我知道这一点是因为我使用自己的登录凭据在本地SQL Server实例上设置了相同的链接服务器,并且能够看到“待机/只读”数据库,这与我通常期望的标准数据库。 Clearly, then, there is something about the linked server setup on the other server that is restricting me from viewing one of the databases. 显然,那么,关于另一台服务器上的链接服务器设置的某些问题使我无法查看其中一个数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 对日志发送数据库的限制 - Restrictions on a Log Shipped database 使用链接服务器通过SQL Server公开Microsoft Access数据库 - Expose Microsoft Access database over SQL Server using linked server 通过链接服务器从Oracle数据库到SQL Server数据库选择BLOB列 - Selecting BLOB column from Oracle database to SQL Server database over linked server 通过链接的服务器通过映射的网络驱动器从MS SQL Server 2012更新SQLite数据库 - Updating SQLite database from MS SQL Server 2012 via Linked Server over Mapped Network Drive 在链接服务器上的SQL Server存储过程中使用动态服务器和数据库名称 - Using dynamic Server and Database Name in SQL Server stored procedure over linked servers 通过链接服务器识别 SQL 服务器数据库和 Oracle 之间的 Object 依赖关系? - Identify Object dependencies between a SQL Server database and Oracle over a Linked Server? SQL Server日志文件-当不使用数据库时,为什么它的大小增加了? - SQL Server Log File - Why it increases in size when the database is not in use? 链接服务器的数据库脚本问题 - Database script issues with linked server 创建链接服务器和数据库别名 - Creating a Linked Server and Database Alias 链接服务器未显示在数据库列表中 - Linked server not showing on database list
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM