Send data to another database
hi everyone!!
i've got database in sql 2008 populated data... these tables on network various companies uses these tables. created local tables (in visual studio itself) have copy information belonging company local tables... know how can send/copy information 1 database another?
the local tables same database on network....
any appreciated!!! thank in advance!!
kind regards
rising storm technologies
you have number of options can used separately or in combination. things consider:
use ssis create package periodically move data.
use sql server transactional replication keep tables on 2 servers synchronized or perhaps snapshot replication create original copy.
use bcp copy out data text file, , use bcp copy data new server.
use linked servers , execute select ... create copies of tables.
rick byham, microsoft, sql server books online, implies no warranty
SQL Server > SQL Server Data Access
Comments
Post a Comment