Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy a table from one SQL server to another?
Message
 
 
To
17/06/2015 16:04:22
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01621098
Message ID:
01621100
Views:
52
>>I need to copy a couple of tables from one customer SQL Server database to another customer's SQL Server database.
>>What would be the simplest way to do it?
>
>Something like this:
>
>
>SELECT * 
>INTO Database1..MyTable
>FROM Database2..MyTable
>
First, thank you. But these SQL Server databases are on different servers (different companies). So I don't think the above syntax will work.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform