Databases Reference
In-Depth Information
# SQL Server Agent Account
AGTSVCACCOUNT = "PowerDomain\SqlService"
# Integrated Services Account
ISSVCACCOUNT = "NT Authority\Network Service"
# SQL Server binary directory
INSTANCEDIR = "C:\Program Files\Microsoft SQL Server"
# SQL Server shared component directory
INSTALLSHAREDDIR = "C:\Program Files\Microsoft SQL Server"
# SQL Server database files root directory
INSTALLSQLDATADIR = "D:\SQLServer"
# User database data directory
SQLUSERDBDIR =
# User database log directory
SQLUSERDBLOGDIR =
# tempdb data directory
SQLTEMPDBDIR =
# tempdb log directory
SQLTEMPDBLOGDIR =
# Backup directory
SQLBACKUPDIR =
# SQL Collation
SQLCOLLATION = SQL_Latin1_General_CP1_CI_AS
# Static TCP port number to be used
TCPPORT = 7001
# Specify 0 to disable or 1 to enable the error reporting
ERRORREPORTING = 1
#########################################################################
# STANDALONE PARAMETERS #
#########################################################################
# Name of the standalone host on which the instance is being installed.
# For cluster, this should be blank.
HOSTNAME = POWERPC
# Specify 0 to disable or 1 to enable the Named Pipes protocol
NPENABLED = 1
#########################################################################
# CLUSTER PARAMETERS #
#########################################################################
# Specify the domain group that contains the SQL Server service account
# and will be used to control access to SQL Server objects, and other
cluster resources.
Search WWH ::




Custom Search