SyntaxFix
Write A Post
Hire A Developer
Questions
This will work:
select * into DestinationDatabase.dbo.[TableName1] from ( Select * from sourceDatabase.dbo.[TableName1])Temp