Skip to content

Commit 9c10731

Browse files
committed
bold
1 parent dbc6e46 commit 9c10731

5 files changed

+36
-36
lines changed

articles/sql-database/sql-database-connect-query-ssms.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Use SQL Server Management Studio to establish a connection to your Azure SQL Dat
6060

6161
| Setting       | Suggested value | Description |
6262
| ------------ | ------------------ | ------------------------------------------------- |
63-
| Server type | Database engine | This value is required. |
64-
| Server name | The fully qualified server name | The name should be something like this: **mynewserver20170313.database.windows.net**. |
65-
| Authentication | SQL Server Authentication | SQL Authentication is the only authentication type that we have configured in this tutorial. |
66-
| Login | The server admin account | This is the account that you specified when you created the server. |
67-
| Password | The password for your server admin account | This is the password that you specified when you created the server. |
63+
| **Server type** | Database engine | This value is required. |
64+
| **Server name** | The fully qualified server name | The name should be something like this: **mynewserver20170313.database.windows.net**. |
65+
| **Authentication** | SQL Server Authentication | SQL Authentication is the only authentication type that we have configured in this tutorial. |
66+
| **Login** | The server admin account | This is the account that you specified when you created the server. |
67+
| **Password** | The password for your server admin account | This is the password that you specified when you created the server. |
6868

6969
![connect to server](./media/sql-database-connect-query-ssms/connect.png)
7070

articles/sql-database/sql-database-connect-query-vscode.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ Use Visual Studio Code to establish a connection to your Azure SQL Database serv
9797

9898
| Setting       | Suggested value | Description |
9999
| ------------ | ------------------ | ------------------------------------------------- |
100-
| Server name | The fully qualified server name | The name should be something like this: **mynewserver20170313.database.windows.net**. |
101-
| Database name | mySampleDatabase | The name of the database to which to connect. |
102-
| Authentication | SQL Login| SQL Authentication is the only authentication type that we have configured in this tutorial. |
103-
| User name | The server admin account | This is the account that you specified when you created the server. |
104-
| Password (SQL Login) | The password for your server admin account | This is the password that you specified when you created the server. |
105-
| Save Password? | Yes or No | Select Yes if you do not want to enter the password each time. |
106-
| [Optional] Enter a name for this profile | A profile name, such as **mySampleDatabase** | A saved profile name speeds your connection on subsequent logins. |
100+
| **Server name | The fully qualified server name | The name should be something like this: **mynewserver20170313.database.windows.net**. |
101+
| **Database name** | mySampleDatabase | The name of the database to which to connect. |
102+
| **Authentication** | SQL Login| SQL Authentication is the only authentication type that we have configured in this tutorial. |
103+
| **User name** | The server admin account | This is the account that you specified when you created the server. |
104+
| **Password (SQL Login)** | The password for your server admin account | This is the password that you specified when you created the server. |
105+
| **Save Password?** | Yes or No | Select Yes if you do not want to enter the password each time. |
106+
| **Enter a name for this profile** | A profile name, such as **mySampleDatabase** | A saved profile name speeds your connection on subsequent logins. |
107107

108108
5. Press the **ESC** key to close the info message that informs you that the profile is created and connected.
109109

articles/sql-database/sql-database-design-first-database.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ Follow these steps to create a blank SQL database.
5555

5656
| Setting       | Suggested value | Description |
5757
| ------------ | ------------------ | ------------------------------------------------- |
58-
| Database name | mySampleDatabase | For valid database names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
59-
| Subscription | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
60-
| Resource group | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
61-
| Select source | Blank database | Specifies that a blank database should be created. |
58+
| **Database name** | mySampleDatabase | For valid database names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
59+
| **Subscription** | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
60+
| **Resource group** | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
61+
| **Select source** | Blank database | Specifies that a blank database should be created. |
6262

6363
4. Click **Server** to create and configure a new server for your new database. Fill out the **New server form** with the following information:
6464

6565
| Setting       | Suggested value | Description |
6666
| ------------ | ------------------ | ------------------------------------------------- |
67-
| Server name | Any globally unique name | For valid server names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
68-
| Server admin login | Any valid name | For valid login names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
69-
| Password | Any valid password | Your password must have at least 8 characters and must contain characters from three of the following categories: upper case characters, lower case characters, numbers, and and non-alphanumeric characters. |
70-
| Location | Any valid location | For information about regions, see [Azure Regions](https://azure.microsoft.com/regions/). |
67+
| **Server name** | Any globally unique name | For valid server names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
68+
| **Server admin login** | Any valid name | For valid login names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
69+
| **Password** | Any valid password | Your password must have at least 8 characters and must contain characters from three of the following categories: upper case characters, lower case characters, numbers, and and non-alphanumeric characters. |
70+
| **Location** | Any valid location | For information about regions, see [Azure Regions](https://azure.microsoft.com/regions/). |
7171

7272
![create database-server](./media//sql-database-design-first-database/create-database-server.png)
7373

articles/sql-database/sql-database-get-started-portal.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Follow these steps to create a SQL database containing the Adventure Works LT sa
4545

4646
| Setting       | Suggested value | Description |
4747
| ------------ | ------------------ | ------------------------------------------------- |
48-
| Database name | mySampleDatabase | For valid database names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
49-
| Subscription | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
50-
| Resource group | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
51-
| Source source | Sample (AdventureWorksLT) | Loads the AdventureWorksLT schema and data into your new database |
48+
| **Database name** | mySampleDatabase | For valid database names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
49+
| **Subscription** | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
50+
| **Resource group** | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
51+
| **Source source** | Sample (AdventureWorksLT) | Loads the AdventureWorksLT schema and data into your new database |
5252

5353
> [!IMPORTANT]
5454
> You must select the sample database on this form because it is used in the remainder of this quick start.
@@ -58,12 +58,12 @@ Follow these steps to create a SQL database containing the Adventure Works LT sa
5858

5959
| Setting       | Suggested value | Description |
6060
| ------------ | ------------------ | ------------------------------------------------- |
61-
| Server name | Any globally unique name | For valid server names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
62-
| Server admin login | Any valid name | For valid login names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
63-
| Password | Any valid password | Your password must have at least 8 characters and must contain characters from three of the following categories: upper case characters, lower case characters, numbers, and and non-alphanumeric characters. |
64-
| Subscription | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
65-
| Resource group | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
66-
| Location | Any valid location | For information about regions, see [Azure Regions](https://azure.microsoft.com/regions/). |
61+
| **Server name** | Any globally unique name | For valid server names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
62+
| **Server admin login** | Any valid name | For valid login names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
63+
| **Password** | Any valid password | Your password must have at least 8 characters and must contain characters from three of the following categories: upper case characters, lower case characters, numbers, and and non-alphanumeric characters. |
64+
| **Subscription** | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
65+
| **Resource group** | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
66+
| **Location** | Any valid location | For information about regions, see [Azure Regions](https://azure.microsoft.com/regions/). |
6767

6868
> [!IMPORTANT]
6969
> The server admin login and password that you specify here are required to log in to the server and its databases later in this quick start. Remember or record this information for later use.

articles/sql-database/sql-database-migrate-your-sql-server-database.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ An [Azure SQL Database logical server](sql-database-features.md) acts as a centr
120120
121121
| Setting       | Suggested value | Description |
122122
| ------------ | ------------------ | ------------------------------------------------- |
123-
| Server name | Any globally unique name | For valid server names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
124-
| Server admin login | Any valid name | For valid login names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
125-
| Password | Any valid password | Your password must have at least 8 characters and must contain characters from three of the following categories: upper case characters, lower case characters, numbers, and and non-alphanumeric characters. |
126-
| Subscription | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
127-
| Resource group | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
128-
| Location | Any valid location | For information about regions, see [Azure Regions](https://azure.microsoft.com/regions/). |
123+
| **Server name** | Any globally unique name | For valid server names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
124+
| **Server admin login** | Any valid name | For valid login names, see [Database Identifiers](https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers). |
125+
| **Password** | Any valid password | Your password must have at least 8 characters and must contain characters from three of the following categories: upper case characters, lower case characters, numbers, and and non-alphanumeric characters. |
126+
| **Subscription** | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
127+
| **Resource group** | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](https://docs.microsoft.com/azure/architecture/best-practices/naming-conventions). |
128+
| **Location** | Any valid location | For information about regions, see [Azure Regions](https://azure.microsoft.com/regions/). |
129129
130130
![create logical server completed form](./media/sql-database-migrate-your-sql-server-database/logical-server-create-completed.png)
131131

0 commit comments

Comments
 (0)