Creating MSSQL Users for SmartPTT
Prerequisites§
- Start SQL Server Management Studio (SSMS) on the MSSQL host.
Process§
-
In the SSMS, access the Object Explorer panel.

-
Connect to the requires MSSQL server.
How to...
-
In the panel, from the Connect list, select Database Engine.
Server connection settings appear.
-
In the window that appears, in the Server name field, enter
localhost\<server name>. - From the Authentication list, select Windows Authentication.
- Click Connect.
-
-
In the Object Explorer panel, expand <hostname>\<MSSQL instance name> → Security.
Security-related settings appear.
-
Right click Logins, and from the action menu, select New Login.
Login settings appear.
-
Set up a new account:
- In the window that appears, click the General tab.
- On the tab, in the right pane, in the Login name field, enter user login.
- Click SQL Server authentication.
- In the Password field, enter user password.
- In the Confirm password field, enter user password again.
- Modify password policies:
- Clear the Enforce Password Expiration check box to authentication account self-disablement.
- Clear the User must change password at next logon check box to ensure ability to authenticate.
-
Set up necessary permissions:
-
In the left pane, select the Server Roles tab.
List of roles appears.
-
In the view that appears, select the sysadmin check box.
-
-
Set up user status:
-
In the left pane, select the Status tab.
Account statuses appear.
-
In the right pane, in the Permission to connect to database engine area, click Grant.
- In the Login area, click Enabled.
-
-
In the Login - New window, click ОК to create the user account and close the window.
- On the Object Explorer panel, right click <hostname>\<MSSQL instance name>, and from the action menu, select Restart.