run this under SQL Management Studio
and also :D u need to use Windows Auth, the SQL Auth won't work
USE master;
GO
EXEC sp_configure 'show advanced option', '1';
RECONFIGURE;
EXEC sp_configure 'Ad Hoc Distributed Queries', '1';
RECONFIGURE;
and also :D u need to use Windows Auth, the SQL Auth won't work
Comments