How do I assign additional SQL logins to my SQL 2005 database?

SUMMARY

This document details the step-by-step instructions on how to assign a SQL login to a database.

  • Use the SQL Login Manager to create a new MS SQL user in the MS SQL 2005 Manager section of the hosting control panel
  • Connect to the database using SQL Server Management Studio with your primary login
  • Expand the Databases node
  • Locate the database to which you want to add the new SQL Login and expand the node
  • Expand the Security Node
  • Right click on the Users node and select "New User..."
  • In the Database User Properties
    • Type the username you want to assign to this login in the "User name" textbox
    • Type the login you want to assign to the database in the "Login name" textbox
    • In the Database role membership, select the role you want to grant this user.
  • Click OK
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

If I send you a backup (.bak) of my SQL Database, can you restore it?

DETAILSYes.  We do restore database backup files from your SQL Server.  But you have to...

How to configure the ASP.NET 2.0 Membership/Roles Provider to use SQL 2000 or SQL 2005?

SUMMARYThis article describes how to configure the ASP.NET 2.0 Membership/Roles provider to use...

Can I connect to your SQL server using an alternative port?

DETAILS No, the only open port is 1435.  If you find that your ISP or firewall is blocking...

How can backup/export my database

You can export your database by going to http://sqladmin.oissite.net/. You need to login using...

Remote Connections for SQL Server 2005

HELM4 Accounts: Connection information can be found within the Database Manager screen. to get to...