Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying an access database

Status
Not open for further replies.

lupien1

Programmer
Mar 1, 2005
34
CA
With Oracle i use:

COPY FROM USER/PW@ODBC:ACCESS_DB INSERT TAB1 USING SELECT * FROM TAB1;

to copy the data content of the table tab1 from access to oracle tab1.

What can i do to have the same result with Sqlserver.

Thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top