exec sp_configure 'show advanced options',1
RECONFIGURE
exec sp_configure 'Ad Hoc Distributed Queries',1
RECONFIGURE
exec sp_configure 'Ad Hoc Distributed Queries',1
RECONFIGURE
本文介绍如何使用exec sp_configure命令来开启SQL Server的高级选项及Ad Hoc Distributed Queries特性,并通过RECONFIGURE命令使更改生效。
RECONFIGURE

被折叠的 条评论
为什么被折叠?