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

SQL Server DBA

This document provides instructions for installing a SQL Server database administrator by specifying the locations for the master database file, error log file, and transaction log file within the SQL Server installation directory. The master.mdf file will be located in the DATA subdirectory, the ERRORLOG file in the Log subdirectory, and the mastlog.ldf file also in the DATA subdirectory.

Uploaded by

jpsvsr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

SQL Server DBA

This document provides instructions for installing a SQL Server database administrator by specifying the locations for the master database file, error log file, and transaction log file within the SQL Server installation directory. The master.mdf file will be located in the DATA subdirectory, the ERRORLOG file in the Log subdirectory, and the mastlog.ldf file also in the DATA subdirectory.

Uploaded by

jpsvsr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

SQL SERVER DBA INSTALLATION

-dC:\Program Files\Microsoft SQL


Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf;-eC:\Program
Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG;-
lC:\Program Files\Microsoft SQL
Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf

You might also like