Skip to content

Instantly share code, notes, and snippets.

@65
Created March 11, 2012 08:02
Embed
What would you like to do?
Copy tables between SQL databases
SELECT *
INTO NewTable
FROM existingdb.dbo.existingtable;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment