You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In **Object Explorer**, connect to an instance of [!INCLUDE[ssDE](../../includes/ssde-md.md)].
95
+
1. In **Object Explorer**, connect to an instance of [!INCLUDE[ssDE](../../includes/ssde-md.md)] with [AdventurWorks2019](https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks2019.bak) installed.
96
96
97
97
2. On the Standard bar, click **New Query**.
98
98
99
99
3. Copy and paste the following example into the query window and click **Execute**.
100
100
101
101
```sql
102
-
USE AdventureWorks2012;
102
+
USE AdventureWorks2019;
103
103
GO
104
104
-- Find an existing index named IX_ProductVendor_VendorID and delete it if found.
3. Open SQL Server Management Studio (SSMS) and connect to your SQL Server in.
69
+
3. Open SQL Server Management Studio (SSMS) and connect to your SQL Server.
70
70
4. Right-click **Databases** in **Object Explorer** > **Restore Database...** to launch the **Restore Database** wizard.
71
71
72
72
:::image type="content" source="media/adventureworks-install-configure/restore-db-ssms.png" alt-text="Screenshot showing how to choose to restore your database by right-clicking databases in Object Explorer and then selecting Restore Database.":::
73
73
74
74
75
75
1. Select **Device** and then select the ellipses **(...)** to choose a device.
76
-
1. Select **Add** and then choose the `.bak` file you recently moved to this location. If you moved your file to this location but you're not able to see it in the wizard, this typically indicates a permissions issue - SQL Server or the user signed into SQL Server does not have permission to this file in this folder.
76
+
1. Select **Add** and then choose the `.bak` file you recently moved to the backup location. If you moved your file to this location but you're not able to see it in the wizard, this typically indicates a permissions issue - SQL Server or the user signed into SQL Server does not have permission to this file in this folder.
77
77
1. Select **OK** to confirm your database backup selection and close the **Select backup devices** window.
78
78
1. Check the **Files** tab to confirm the **Restore as** location and file names match your intended location and file names in the **Restore Database** wizard.
79
79
1. Select **OK** to restore your database.
@@ -113,7 +113,7 @@ GO
113
113
114
114
# [Azure Data Studio](#tab/data-studio)
115
115
116
-
If you're not familiar using [Azure Data Studio Studio](../azure-data-studio/download-azure-data-studio.md), you can see [connect & query](../azure-data-studio/quickstart-sql-server.md) to get started
116
+
If you're not familiar using [Azure Data Studio Studio](../azure-data-studio/download-azure-data-studio.md), see [connect & query](../azure-data-studio/quickstart-sql-server.md) to get started
117
117
118
118
To restore your database in Azure Data Studio, follow these steps:
119
119
@@ -155,9 +155,9 @@ To get sample data for Azure SQL Managed Instance instead, see [restore World Wi
155
155
156
156
### Deploy new sample database
157
157
158
-
When you create a new database in Azure SQL Database, you have the option to create a blank database, or a sample database.
158
+
When you create a new database in Azure SQL Database, you have the option to create a blank database, restore from a backup or select sample data to populate your new database.
159
159
160
-
Follow these steps to use a sample database to create a new database:
160
+
Follow these steps to add a sample data to your new database:
161
161
162
162
1. Connect to your Azure portal.
163
163
1. Select **Create a resource** in the top left of the navigation pane.
@@ -167,8 +167,7 @@ Follow these steps to use a sample database to create a new database:
167
167
168
168
:::image type="content" source="media/adventureworks-install-configure/deploy-sample-to-azure.png" alt-text="Choose sample as the data source on the Additional settings tab in the Azure portal when creating your Azure SQL Database":::
169
169
170
-
1. Select **Create** to create your new SQL Database, which is the restored copy of the AdventureWorksLT database.
171
-
170
+
1. Select **Create** to create your new SQL Database, which is the restored copy of the AdventureWorksLT database.
0 commit comments