Databases Reference
In-Depth Information
# SQL Server Security Mode. SQL for Mixed Mode. Blank for Windows Authentication Mode.
SECURITYMODE =
# User or group that will be provisioned with the sysadmin permissions.
# Make sure to include the account with which you will be running
Perform-PostSetupTasks.ps1
# so the post-setup tasks can be performed successfully.
SQLSYSADMINACCOUNTS =
# SQL Server service account
SQLSVCACCOUNT =
# SQL Server Agent Account
AGTSVCACCOUNT =
# Integrated Services Account
ISSVCACCOUNT =
# SQL Server binary directory
INSTANCEDIR =
# SQL Server shared component directory
INSTALLSHAREDDIR =
# SQL Server database files root directory
INSTALLSQLDATADIR =
# User database data directory
SQLUSERDBDIR =
# User database log directory
SQLUSERDBLOGDIR =
# tempdb data directory
SQLTEMPDBDIR =
# tempdb log directory
SQLTEMPDBLOGDIR =
# Backup directory
SQLBACKUPDIR =
# SQL Collation
SQLCOLLATION =
# Static TCP port number to be used
TCPPORT =
# Specify 0 to disable or 1 to enable the error reporting
ERRORREPORTING =
#########################################################################
# STANDALONE PARAMETERS #
#########################################################################
Search WWH ::




Custom Search