Skip to content

Commit f3f4b5b

Browse files
authored
Make more explicit (and thus clearer for starters) that it concerns (Microsoft) SQL Server (instead of a SQL database)
1 parent b4cc786 commit f3f4b5b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • content/tutorials/server/setup/set-up-sql

content/tutorials/server/setup/set-up-sql/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
uid: set-up-sql
33
locale: en
4-
title: Install and Set Up SQL
4+
title: Install and Set Up (Microsoft) SQL Server
55
dnnversion: 09.02.00
66
previous-topic: set-up-iis
77
next-topic: run-installation-wizard
88
links: ["[DNN Wiki: Setting up Your Module Development Environment](https://www.dnnsoftware.com/wiki/setting-up-your-module-development-environment)","[Setting up your DotNetNuke Module Development Environment by Chris Hammond](https://www.christoc.com/Tutorials/All-Tutorials/aid/1)","[DNN Community Blog: Installing DNN by Clinton Patterson](https://www.dnnsoftware.com/community-blog/cid/155070/installing-dnn)"]
99
---
1010

11-
# Install and Set Up SQL
11+
# Install and Set Up (Microsoft) SQL Server
1212

1313
## Steps
1414

15-
1. Install SQL.
15+
1. Install SQL Server.
1616

17-
1. [Check compatible versions.](xfref:setup-requirements)
17+
1. [Check compatible versions.](xfref:setup-requirements)
1818
2. Choose New SQL Server stand-alone installation....
1919

2020
![New SQL Server stand-alone installation](/images/scr-InstallSQL-1.png)
@@ -26,7 +26,7 @@ links: ["[DNN Wiki: Setting up Your Module Development Environment](https://www.
2626
![Database Engine Conf > Authentication Mode > Mixed Mode](/images/scr-InstallSQL-6.png)
2727

2828
6. Accept the defaults in remaining dialogs.
29-
2. Create a SQL database for your website.
29+
2. Create a database (within SQL Server) for your website.
3030

3131
1. Start the Microsoft SQL Server Management Studio app.
3232

@@ -42,7 +42,7 @@ links: ["[DNN Wiki: Setting up Your Module Development Environment](https://www.
4242

4343
<a name="tsk-set-up-sql__set-up-sql-user"></a>
4444

45-
3. Create a SQL user account.
45+
3. Create a SQL Server user account.
4646
1. Under Security, right-click on Logins, and choose New Login....
4747

4848
![Under Security, right-click Logins, choose New Login.](/images/scr-SetupSQL-4.png)
@@ -55,7 +55,7 @@ links: ["[DNN Wiki: Setting up Your Module Development Environment](https://www.
5555

5656
<a name="tsk-set-up-sql__db-owner-access"></a>
5757

58-
4. Give the new SQL user **db_owner** access to the new database.
58+
4. Give the new SQL Server user **db_owner** access to the new database.
5959

6060
1. In the Object Explorer panel, under your database \> Security, right-click on Users, and choose New User...
6161

0 commit comments

Comments
 (0)