Lab01_DB
Lab01_DB
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.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 :