Quantcast
Channel: Varinder Sandhu » SQL-Linked Server
Browsing latest articles
Browse All 3 View Live

Linked Server

——————————————————— Create  Linked Server through Scripts ——————————————————— USE [master] GO EXEC sp_addlinkedserver @server=’dsql2k’, @srvproduct=”, @provider=’SQLNCLI’, @datasrc=’source_name’ GO USE...

View Article



Query Optimization with Linked Server

Hello Friends, I have faced a problem in SQL queries with Linked server; I just want to share with you all. Let me explain with example as below Say, we have set of applications which are running on...

View Article

SQL Server – Linked Server – Mapped all users with one statement

Hello Friends, I have setup the Linked server with the help of script here. My one of colleague helps me to write the script with we can map all user with one statement. This script will map all local...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images