TSQL ile uzak MsSql server'da sorgu çalıştırma

Ekim 18, 2010 at 2:25 aokocax

Bana sık sık lazım olunca blogumdan paylaşayım istedim

sp_configure 'show advanced options', 1;
RECONFIGURE;
GO
sp_configure 'Ad Hoc Distributed Queries', 1;
RECONFIGURE;
GO
Select * from opendatasource('SQLOLEDB','DATA SOURCE=ipadresi;UID=kullaniciadi;PWD=sifre').veritabaniadi.dbo.tabloadi

Posted in:

Tags: , ,

Yorum ekle

  Country flag

biuquote
  • Yorum
  • Canlı önizleme
Loading