View Single Post
  #1 (permalink)  
Old 02-25-06, 06:25
MiraJasmin MiraJasmin is offline
Registered User
 
Join Date: Jun 2005
Posts: 85
SQL Server test database to SQL Server production database -- Data Migration

Hi,

Is there any tool available to migrate the data from the SQL Server test database to SQL Server production database. Data Migration should be based on a condition which can be given as an input for a table by the user. The dependant tables also should be migrated based on the given condition. i.e data subsetting based on the matching conditions.

Ex : Salary > 2000

The rows of the table which matches the condition alone need to be migrated for the corresponding table. Also its dependant table's rows should be migrated based on the given condition. Please help me with a tool which can automate this.

Thanks,
MiraJ
Reply With Quote