View Single Post
  #2 (permalink)  
Old 11-11-08, 11:54
PMASchmed PMASchmed is offline
Registered User
 
Join Date: Jun 2004
Location: Long Island
Posts: 696
I don't think you are going to be able to load a Sybase DB via restore database in SQL Server. I think you are going to have to go the SSIS route, or extract DDL/create and then BCP/Bulk Load data to the tables.
Reply With Quote