What is the best way to transfer data from one database (sql server 2008) to another db (sql server 2008) using another schema?
Is there a program for this?
thank you 4 your future asnwer
Regards
Depending on how complex your needs are, you may want to learn SSIS .
SSIS ( SQL-) . . , , , . , varchar datetime , (, "ASAP" ), , . mismathces, - , , , null. , , , . , . id, . .
null
dest. dest ,
INSERT INTO Destination_Table (col1, col2, col3) SELECT colA, colB, colC FROM [SRC_MACHINE\SRC_SERVER].Source_Database.dbo.Source_Table
, ( ) SELECT JOIN .., .
, SQL Server Express ( SSIS).
Source: https://habr.com/ru/post/1770400/More articles:Analysis and date setting - javahighlight column - jqueryParsing dates in Java? - javaA strongly typed generic method calls the base class method of the argument, not the shadow method in T? - genericsThe right way to maintain an advanced multimedia database for Android a la MediaStore? - androidHow to access podcast metadata? - androidGet extents from a drawing using a database without opening a drawing - c #Byte must be configured [] - c #How to tell gzip_static not to search for image files? - nginxAccess to class variables? - ruby ββ| fooobar.comAll Articles