Skip to content

Instantly share code, notes, and snippets.

@g-un--
Created November 5, 2012 12:47
Show Gist options
  • Save g-un--/4017037 to your computer and use it in GitHub Desktop.
Save g-un--/4017037 to your computer and use it in GitHub Desktop.
Query without linked server
select columns from openrowset ('sqloledb', 'machineIP';'userName';'password',
'SELECT columns from table')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment