Home Forums SQL Server 2012 SQL Server 2012 - T-SQL Best way to move data from one db to another and maintain relationships ? RE: Best way to move data from one db to another and maintain relationships ?

  • Greg Charles (6/19/2013)


    Are you appending data to the live tables in the destination database or are you replacing the data with what is in the source database?

    The process is appending/adding rows to the tables in the target db. No updates of existing rows.