 |
SQL Server Forums - Synchronize two table
Hey I got one of the fastest way via join query to insert data. Now I am able to insert and delete my data from temp table to main table. here is the insert query-insert into dbo.myMain(MANDKENN,VERSIONN,SN,NUMMER,.....) select dbo.temp ...
www.sqlteam.com |
 |