??? How to Create MS SQL Database

Hi, I'm having huge trouble creating an MS SQL database (66.232.25.15)

I create a database login, then a database.

But can't create a db user.

When i connect with SQL Enterprise there is no database there - connection goes fine.

If I try and use web based SQL Manager I can't login with any username password combination; either FTP or the database login.

Please Help!!
 
You have to create a user before the database, logging in and seeing nothing is correct. you can open a query window and put use DB_name

you can use a tool like EMS SQL Manager Lite and admin it with the normal GUI type interface

you can also submit a ticket and we can enable SQL Management Studio with a special login.
 
Back
Top