So let’s start writing the query.
Insert into [Server/Machine Name].[Database Name].[Schema].[Table Name]
Select * from [Server/Machine Name]. [Database Name].[Schema].[Table Name]
If you want to pick specific columns then you will write this query like this
Insert into [Server/Machine Name]. [Database Name].[Schema].[Table Name](Column1,Column2)
Select Column1, Column2 from [Server/Machine Name]. [Database Name].[Schema].[Table Name]
Comments and Suggestions are Always Welcome!
No comments:
Post a Comment