I believe you may have a couple of ways to accomplish this though you will have to use a intermediate holding arear for the data.
You could port the data/tables to a Microsoft Access Database or port the info to CSV files(Comma Seperated Values) which are more or less text files.
Then you could import that data/tables from Access or the CSVs using the import tool SQL Server uses. This would really be DTS(Data Transformation Services)
I do not beleive there is a native Advantage data pump feature that will move the schemas and data stright into SQL Server.
You need to
1. have advantage client installed
2. Configure client interface driver pointing to advantage db.
3. Configure a ODBC DSN for it
4. Use DTS and stating the source from the DSN
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.