Skip to content

Commit 92491f1

Browse files
Update overview.md
1 parent 94f5554 commit 92491f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs2/pages/getting-started/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt() as Result
1616
## Installing
1717
Download the <a href="/download">SQL Script</a>
1818

19-
## SQL Server 2017 - prerequisite
19+
### SQL Server 2017 - prerequisite
2020
1. Open the script SQLNET-Cert.sql
2121
2. Run the script
2222
3. Continue the install with next step
2323

24-
## SQL Server 2008 or higher
24+
### SQL Server 2008 or higher
2525
1. Open the script SQLNET-Install.sql
2626
2. Replace '[DATABASE_NAME]' with your database name
2727
3. Run the script
2828

29-
## Note
29+
### Note
3030
- For EXTERNAL_ACCESS PERMISSION
3131
- Uncomment "ALTER DATABASE [DATABASE_NAME] SET TRUSTWORTHY ON"
3232
- Uncomment "WITH PERMISSION_SET = EXTERNAL_ACCESS"

0 commit comments

Comments
 (0)