John's Technical Blog
Showing posts with label
SQL: Connecting to other servers
.
Show all posts
Showing posts with label
SQL: Connecting to other servers
.
Show all posts
Friday, 13 February 2009
SQL: Connecting to other servers
/*Add linked server*/
EXEC sp_addlinkedserver
'Server name', 'SQL Server'GO
Older Posts
Home
Subscribe to:
Posts (Atom)