1. Inicie el SQL Management Studio
2. Cree un nuevo QUERY
3. Ejecute el Siguiente script
USE [mi_base_de_datos]
sp_configure 'show advanced options',1
reconfigure with override
go
sp_configure 'Ad Hoc Distributed Queries',1
reconfigure with override
go
4. F5 o Execute y listo!!
Fuente
1 comentario:
Muchas gracias Por la información, me sirvió mucho y funcionó correctamente.
Publicar un comentario