0% found this document useful (0 votes)
2 views

Lab01_DB

The document outlines the steps for a lab assignment in Database Administration and Security, focusing on the installation and configuration of two SQL Server instances. It includes tasks such as setting up authentication methods, creating Tempdb files, managing SQL logins, and creating new databases. The assignment emphasizes security practices and proper configuration for database management.

Uploaded by

xeheco2003
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Lab01_DB

The document outlines the steps for a lab assignment in Database Administration and Security, focusing on the installation and configuration of two SQL Server instances. It includes tasks such as setting up authentication methods, creating Tempdb files, managing SQL logins, and creating new databases. The assignment emphasizes security practices and proper configuration for database management.

Uploaded by

xeheco2003
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Database Administration and

Security
Student: Huseyn Abdullayev
Lab 1
1. Install 2 SQL Server Instance

1.1. Default
1.1.1. Configure Instance with Mixed Authentification and add current user to instance.

1.1.2. Create 8 Tempdb Files with 100 MB Growth Size


1.1.3. After installation connect with sa user and add new SQL Login with name : appusr1
1.1.4. Grant appusr1 with sysadmin role
1.2 Named Instance

1.2.1. Configure Instance with only Windows authentification and add curremt user.

1.2.2. Create different folders for configure Tempdb files. For mdf and ndf files (Any Disk) :
TempDB_DATA, For ldf files (Any Disk) : TempDB_LOG
1.2.3. Connect with current user and disable sa account.
2. After installation on Named Instance configure Tempdb files :

2.1.Enable if Autogrowth is not enbled

2.2.set up File Growth with 15%


3. Create 2 New Databases by named : DB1 and DB2

You might also like