The simplest and easiest method (if it works ;-) ) is to use DTS - Data Transformation Services. You can find a shortcut to the Import Wizard by clicking on:
Start/Programs/Microsoft SQL Server 7/Import and Export Data
You can also access DTS from the SQL Server Enterprise Manager.
Thank you Robert! I am sorry my question doesn't give the full picture.
I work on Oracle and I need to log on to a remote SQL Server to load a table there with the data in my table. I have the IP address and the username/password for the remote SQL Server.
Thanks
If you have administrator privileges on the SQL Server, then you can still perform the import from Oracle - either just once, or save the generated DTS package and run it multiple times, even schedule it.
If this won't work for you, then you could export the Oracle data as a text file, then use SQL Server's BCP utility or its Bulk Insert command. BCP is probably the most commonly used, and can be invoked from the NT command line.
I have used the Import wizard mentioned. All you need to do is to create an entry in the tnsnames.ora file, so you can connect to Oracle. Then create an ODBC link to the Oracle database,using the entry and follow the step by step screens of the wizard.
Actually we used the SQL Server Import wizard to upload the tables & data from an Access database to an Oracle database we had running. Gotta love that utility!!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.