You need to use the Microsoft SQL Enterprise Manager to connect to your MS SQL server and create the tables from there. You may also transfer the data using DTS (Data Transformation Service) or Query Analyzer by running a create table query.
There is an alternative client that you can use to manage your MS SQL database called Aqua Data Studio. It is available for free from Aqua Fold.
See Also:
How do I connect to MS SQL server?


