Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to copy data of a table from another database to table of anaother database

Select * into DestinationDB.dbo.tableName from SourceDB.dbo.SourceTable 
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #copy #data #table #database #table #anaother #database
ADD COMMENT
Topic
Name
6+3 =