Profitability.Net Logo 513.361.0800   
 
Header Image
Knowledgebase Home > Webhosting > Databases > MSSQL Knowledgebase Home
Search the Knowledgebase Browse by Category
MSSQL
There were 5 questions found in this category:
  1. Adding New MS SQL Database users
    Users are used to access MS SQL databases. Within a database, one login can be used only by one user. Mind, that the login used to enter the database is already used by you and it can't be used to create a new user on this database. Therefore, when you create a new user to the database, the system w...

  2. Changing MS SQL Database quota
    Total quota size is the disk space allocated for the database file and the transaction log file. Database/Transaction Log file quota ratio is the portion of disk space allocated for the database file. If you set the total quota size to 100 MB and the database/transaction log file quota ratio to 40%,...

  3. Creating Microsoft SQL Logins
    Logins are used to access MS SQL server and to create DB users. You should create as many logins as many users you will have.To create an MS SQL login, do the following:Select MS SQL in the Databases menu. Click the Add New MS SQL login icon:      3. Enter login and password into...

  4. Creating MS SQL Databases
    Databases are created under logins and there can be several databases under one login.To create a MS SQL database, do the following:1.       Select MS SQL DBs in the Databases menu. 2.       Click the Add database icon at the bottom of the ...

  5. Managing MS SQL databases
    You can manage your MS SQL databases through a web-interface with ASP Enterprise Manager, in your control panel called MS SQL Manager. To set up and launch MS SQL Manager:1.       Select the Domain Settings menu. 2.       On the page that a...