Skip to content

Commit 2a9230a

Browse files
authored
Merge pull request #4763 from MicrosoftDocs/gewarren-patch-8
Change workload location
2 parents 0a91106 + 5054339 commit 2a9230a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/data-tools/create-a-sql-database-by-using-a-designer.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,19 @@ You can use Visual Studio to create and update a local database file in SQL Serv
2020

2121
## Prerequisites
2222

23-
To complete this walkthrough, you must have the optional **Data storage and processing** workload installed in Visual Studio. To install it, open **Visual Studio Installer** and choose **More** > **Modify** next to the version of Visual Studio you want to modify (if you have more than one version installed). On the **Workloads** tab, under **Web & Cloud**, choose **Data storage and processing**, and then click **Modify** to add the workload to Visual Studio.
23+
To complete this walkthrough, you must have the optional **Data storage and processing** workload installed in Visual Studio. To install it, open **Visual Studio Installer** and choose **Modify** or **More** > **Modify** next to the version of Visual Studio you want to modify.
24+
25+
::: moniker range=">=vs-2019"
26+
27+
On the **Workloads** tab, under **Other Toolsets**, choose **Data storage and processing**, and then click **Modify** to add the workload to Visual Studio.
28+
29+
::: moniker-end
30+
31+
::: moniker range="=vs-2017"
32+
33+
On the **Workloads** tab, under **Web & Cloud**, choose **Data storage and processing**, and then click **Modify** to add the workload to Visual Studio.
34+
35+
::: moniker-end
2436

2537
## Create a project and a local database file
2638

@@ -169,4 +181,4 @@ In this section, you'll create two tables, a primary key in each table, and a fe
169181

170182
## See also
171183

172-
- [Accessing data in Visual Studio](accessing-data-in-visual-studio.md)
184+
- [Accessing data in Visual Studio](accessing-data-in-visual-studio.md)

0 commit comments

Comments
 (0)