Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 4.99 KB

File metadata and controls

74 lines (52 loc) · 4.99 KB
title Connect to Server (Connection Properties Page) Database Engine
description Connect to Server (Connection Properties Page) Database Engine
ms.prod sql
ms.prod_service sql-tools
ms.technology ssms
ms.topic ui-reference
f1_keywords
sql13.swb.connecttoce.connectionproperties.f1
sql13.swb.connecttosqlserver.connectionproperties.f1
author markingmyname
ms.author maghan
ms.reviewer
ms.custom seo-lt-2019
ms.date 08/14/2017

Connect to Server (Connection Properties Page) Database Engine

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

Use this tab to view or specify options when connecting to an instance of [!INCLUDEmsCoName] [!INCLUDEssDEnoversion] or registering [!INCLUDEssDE] in Registered Servers. Connect and Options only appear in this dialog box when connecting to an instance of the [!INCLUDEssDE]. Test and Save only appear in this dialog box when registering [!INCLUDEssDE].

Connect to database
Select a database to connect to from the list. If you select <default>, you connect to the default database for the server. If you select <Browse server>, you can browse the server for the database to which to connect.

When connecting to an instance of the [!INCLUDEssNoVersion] Database Engine through [!INCLUDEssSDSfull], you must use [!INCLUDEssNoVersion] Authentication and specify a database in the Connect to Server dialog box, on the Connection Properties tab. Ensure that you select the Encrypt connection checkbox.

By default, [!INCLUDEssNoVersion] connects to master. When connecting to [!INCLUDEssSDS], if you specify a user database, you only see that database and its objects in Object Explorer. If you connect to master, you can see all databases. For more information, see the Microsoft Azure SQL Database Overview.

Network protocol
Select a protocol from the list. The available client protocols are configured using the Client Network Configuration in Computer Management.

Network packet size
Enter the size of the network packets to be sent. The default is 4096 bytes.

Connection timeout
Enter the number of seconds to wait for a connection to be established before timing out. The default value is 15 seconds.

Execution timeout
Enter the amount of time in seconds to wait before execution of a task is completed on the server. The default value is zero seconds, which indicates there is no time-out.

Encrypt connection
Forces encryption of the connection.

Use custom color
Select to specify the background color for the status bar in a [!INCLUDEssDE] Query Editor window. To specify the color, click Select. In the Color dialog box, select a predefined color from the Basic Colors grid or click Define Custom Colors to define and use a custom color.

  • When you specify a color for a server entry in the Object Explorer pane, that color is used when you open a Query Editor window. To open a Query Editor window, either right-click the server entry and select New Query; or, when the Object Explorer pane is active and focused on this server, click New Query on the toolbar.

  • When you specify a color for a server entry in the Registered Servers pane, that color is used when you open a Query Editor window. To open a Query Editor window, either right-click the server entry and select New Query; or, when the Registered Server pane is active and focused on this server, click New Query on the toolbar.

  • On the File menu, when you click New and then Database Engine Query, the color you that you specify in the Connect to Server dialog box applies to that Query Editor window.

AD domain name or tenant ID
When connecting with Active Directory - Universal with MFA authentication, specify the authenticating domain. This option is only available when using SSMS version 17.2 or later.

Reset All
Replace all manually entered connection property values with their defaults.

Connect
Attempt a connection using the listed values.

Options
Click to change the dialog box and hide the additional server connection options, such as remembering the password.

Test
When registering [!INCLUDEssDE] in Registered Servers, click to test the connection.

Save
Saves the settings in Registered Servers.

See Also

Connection Properties Dialog Box