Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 importing and exporting

Author  Topic 

ramu143
Yak Posting Veteran

64 Posts

Posted - 2008-06-24 : 05:29:32
how to import data into sql and export from sqlserver

is there any options are there or else any command directly type and execute

automatically data will dump into new one

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-06-24 : 05:34:44
You've several options
1.use OPENROWSET
2.Export/Import wizard
3.link the server as linked server and use OPENQUERY
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-06-24 : 05:34:46
If it is SQL Server 2000, you can use DTS/BCP utility/Bulk Insert statement.
If it is 2005, you can use SSIS/BCP utility/Bulk Insert statement.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -