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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

export Sybase ASE database to MSSQL

Status
Not open for further replies.

holdahl

IS-IT--Management
Apr 4, 2006
213
NO
Which steps need to be taken if you want to move a Sybase ASE database to a MSSQL server?
Is bcp only used to export the data?


-holdahl-
 
Yes bcp is the best to only transfer the data

You can also use MS SQL DTS to import the Sybase data provided you installed the Sybase odbc driver on the MS SQL server.

But be careful with large numbers. it fails with numbers that have more than 16 digits (might be 18 - can't remember)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top