无详细内容 无 --启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure --关闭Ad Hoc Distributed Queries:exec sp_configure 'Ad Hoc Distributed Que

--启用Ad Hoc Distributed Queries:
exec sp_configure 'show advanced options',1
reconfigure
exec sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
--关闭Ad Hoc Distributed Queries:
exec sp_configure 'Ad Hoc Distributed Queries',0
reconfigure
exec sp_configure 'show advanced options',0
reconfigure
--添加服务
exec sp_addlinkedserver '服务器服务名','','SQLOLEDB','服务器服务名'
--添加登陆
exec sp_addlinkedsrvlogin '服务器服务名','false',null,'sa','密码'
---启动存储过程
exec sp_serveroption '服务器服务名','rpc out','true'
--删除服务和登陆
exec sp_dropserver '服务器服务名','droplogins'
Select * From sys.servers
Select top 1 * From [服务器服务名].[master].sys.databases
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号