I. Change security authentication mode
- In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties.
- On the Security page, under Server authentication, select the new server authentication mode, and then click OK.
- In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to restart SQL Server.
- In Object Explorer, right-click your server, and then click Restart. If SQL Server Agent is running, it must also be restarted.
- In Object Explorer, expand Security, expand Logins, right-click sa, and then click Properties.
- On the General page, you might have to create and confirm a password for the login.
- On the Status page, in the Login section, click Enabled, and then click OK.
- In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties.
- On the Memory page, set Minimum & Maximum server memory
- In Object Explorer, right-click your server, and then click Restart. If SQL Server Agent is running, it must also be restarted.
- Open SQL Server Configuration Manager
- Under SQL Server Network Configuration >> Protocols for MSSQLSERVER >> right side >> right click on TCP/IP >> select Properties >> tab IP Address
- Select an IP option (e.g. IP2) >> change IP Address value to the IP which you want to use for connection >> Change TCP Port to the port which you want >> select Enable = Yes
- Restart MS SQL Server
By default DB will have auto growth is 10% for its data file and log file. It may cause disk space problem when your DB increase data. To change, let do below steps:
- Right click on the DB >> select Properties >> select Files
- Click on ... button (see the following picture) then change the auto growth number.
No comments:
Post a Comment