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
 Loding data

Author  Topic 

boreddy
Posting Yak Master

172 Posts

Posted - 2008-06-11 : 02:01:13
Oracle having SQL loder option
is there same option in the sql server2005

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-06-11 : 02:03:14
Do you mean importing data from oracle or other dbs to SQL Server. You can use DTS/SSIS export/import wizard or OPENROWSET or even add them as linked servers and use four part naming convention to access the other server objects.
Go to Top of Page
   

- Advertisement -