Changing Properties of a Linked Server in SQL Server(在 SQL Server 中更改链接服务器的属性)
问题描述
有什么方法可以更改现有链接服务器的属性(产品名称、数据源、提供程序字符串等...)?当我转到属性屏幕时,所有选项都变灰了.
Is there any way to change the properties (Product name, data source, provider string, etc...) of an existing linked server? When I go to the properties screen, all the options are grayed out.
推荐答案
我最终创建了一个新的链接服务器并删除了旧的.不幸的是,无法编辑现有实例
I ended up creating a new linked server and deleting the old one. Unfortunately, there is no way to edit an existing instance
这篇关于在 SQL Server 中更改链接服务器的属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 SQL Server 中更改链接服务器的属性
基础教程推荐
- Sql Server 字符串到日期的转换 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01