Jan 15, 2008 #1 holdahl IS-IT--Management Joined Apr 4, 2006 Messages 213 Location 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-
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-
Jan 23, 2008 #2 PDreyer Technical User Joined Sep 6, 2007 Messages 198 Location ZA 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) Upvote 0 Downvote
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)