Hi, Can anybody give me an idea that how can i move data from a table in one server to another server into the same table which doesn't have any data on it or it is truncated. Please, help me. Thanks , Rabani
Hi, Did you have a look at the Import and Export Wizard? You will find it SQL Server Management Studio, right-click the database and choose Tasks/Import (or Export) data. /Elisabeth
Import/Export wizard uses the underlying SSIS components to perform the tasks, if it is an ongoing task you could even schedule this as a job.
Hi Saty Actually it is only one time task. I need to sync of the data between those two tables. Some are in same servers but different database and some are in different servers. I have to sync them up. Please, show me an easy way to do that. Thanks,