Help!
I have a large number of tables where I want to copy the data from one database to another of the same structure, overwriting the existing data.
I don't want to use the DTS wizard, as this will mean selecting each table in the list and changing the transform properties to delete data rather than append.
Can someone tell me what the T-SQL syntax would be to do the same thing, as I can write a SQL script more easily.
I have a large number of tables where I want to copy the data from one database to another of the same structure, overwriting the existing data.
I don't want to use the DTS wizard, as this will mean selecting each table in the list and changing the transform properties to delete data rather than append.
Can someone tell me what the T-SQL syntax would be to do the same thing, as I can write a SQL script more easily.