Thread: MS SQL Server General Questions/How to enable the use of 'Ad Hoc Distributed Queries' by using sp_configure

How to enable the use of 'Ad Hoc Distributed Queries' by using sp_configure

www.kodyaz.com/articles/enable-Ad-Hoc-Distributed-Queries.aspx


 


 





Re: How to enable the use of 'Ad Hoc Distributed Queries' by using sp_configure

exec sp_configure 'show advanced options', 1 reconfigure


exec sp_configure


sp_configure 'Ad Hoc Distributed Queries', 1


reconfigure