Online Documentation for SQL Manager for SQL server
Connection settings
The Connections section of the Server Properties dialog allows you to configure the instance of Microsoft® SQL Server by setting options pertaining to connection in groups: Connections, Remote server connections.
Connections
Maximum number of concurrent connections
If this option is set to a value other than zero, the number of connections that SQL Server will allow is limited. The default value is 0 (unlimited).
Default connection options
Specifies the default connection options as described in the table below:
Configuration option
|
Description
|
Disable deferred constraint checking
|
Controls interim or deferred constraint checking. |
Implicit transactions
|
Controls whether a transaction is started implicitly when a statement is run. |
Cursor close on COMMIT
|
Controls behavior of cursors after a commit operation has been performed. |
ANSI warnings
|
Controls truncation and NULL in aggregate warnings. |
ANSI padding
|
Controls padding of fixed-length variables. |
ANSI NULLs
|
Controls NULL handling when using equality operators. |
Arithmetic abort
|
Terminates a query when an overflow or divide-by-zero error occurs during query execution. |
Arithmetic ignore
|
Returns NULL when an overflow or divide-by-zero error occurs during a query. |
Quoted identifier
|
Differentiates between single and double quotation marks when evaluating an expression. |
No count |
Turns off the message returned at the end of each statement that states how many rows were affected.
|
ANSI NULL default on |
Alters the session's behavior to use ANSI compatibility for nullability. New columns defined without explicit nullability are defined to allow nulls.
|
ANSI NULL default off |
Alters the session's behavior not to use ANSI compatibility for nullability. New columns defined without explicit nullability are defined not to allow nulls.
|
Concat NULL yields NULL
|
Returns NULL when concatenating a NULL value with a string. |
Numeric round abort
|
Generates an error when a loss of precision occurs in an expression. |
Xact abort |
Rolls back a transaction if a Transact-SQL statement raises a run-time error. |
Remote Server Connections
Allow remote connections to this server
Controls the execution of stored procedures from remote servers running instances of SQL Server. Selecting this check box has the same effect as setting the sp_configureremote access option to 1. Clearing it prevents execution of stored procedures from a remote server.
Remote query timeout (in seconds, 0 = no timeout)
Specifies how long (in seconds) a remote operation may take before SQL Server times out. The default is 600 seconds, or a 10-minute wait.
Require distributed transactions for server-to-server communication
Protects the actions of a server-to-server procedure through a Microsoft® Distributed Transaction Coordinator (MS DTC) transaction.