I think MS SQL Server has an option to generate the DDL(create table, index statements) and DML (current snapshot of the data in all the tables) files.
You can use these files to create tables & populate data in pointbase.
(There may be some issues with SQL syntax if MSSQL & Pointbase follow different SQL standards)