Skip to content

This is a quick application for copying all rows from one SQL table to another of the same columns. It is particularly useful for copying between SQL tables on different servers, as then it is not as simple as just running a single SQL query. Note that this assumes there are no existing rows of the same primary key already in the destination table.

Notifications You must be signed in to change notification settings

pftq/SQL-to-SQL-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SQL to SQL Copy
by pftq
September 16, 2018
https://www.pftq.com/pq/creations/list/SQL_to_SQL_Copy/

This is a quick application for copying all rows from one SQL table to another of the same columns.  It is particularly useful for copying between SQL tables on different servers, as then it is not as simple as just running a single SQL query.  Note that this assumes there are no existing rows of the same primary key already in the destination table.
  
As with my other scripts, this was created in C# for a few tasks I needed to get done, but perhaps others out there might also find it useful.

About

This is a quick application for copying all rows from one SQL table to another of the same columns. It is particularly useful for copying between SQL tables on different servers, as then it is not as simple as just running a single SQL query. Note that this assumes there are no existing rows of the same primary key already in the destination table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages