Bitcoin Bull. I focus on educating people about bitcoin from an investing, business, and personal perspectives. Why? Digital currencies are going to change the world and everyone should be on board.
Tuesday, April 22, 2008
00 Querying Named instance Linked SQL Server
This is how you query against a linked named instance of sql server.
sp_addlinkedserver 'servername\instanceName' --create the link.
select * from [servername\instanceName].databaseName.dbo.TableName --execute the query.
No comments:
Post a Comment