Skip to content

Commit 2e02322

Browse files
author
Kevin Martin
committed
change doc to link to sp_Develop sproc
1 parent 1761b12 commit 2e02322

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# SQL Server Assess Overview
2-
The SQL Server Assess project contains the sp_Develop stored procedure. It can be used by database developers, software developers and for performing database code (smell) reviews.
2+
The SQL Server Assess project contains the [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql) stored procedure. It can be used by database developers, software developers and for performing database code (smell) reviews.
33

44
This lists the database development best practice checks and naming conventions checks for the stored procedure named sp_Develop.
55

66
## Install Instructions
77

8-
It is recommend installing this stored procedures in the master database for full SQL Servers, but if you want to use another one, that's totally fine.
8+
It is recommend installing the [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql) stored procedures in the master database for full SQL Servers, but if you want to use another one, that's totally fine.
99

10-
On Azure SQL Server you will need to install this stored procedure in the user database.
10+
On Azure SQL Server you will need to install the sp_Develop stored procedure in the user database.
1111

1212
## Usage Instructions
1313

14-
After installing the stored procedure open SSMS and run in the database you wish to check for database development best practices.
14+
After installing the [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql) stored procedure open SSMS and run in the database you wish to check for database development best practices.
1515

1616
```sql
1717
EXECUTE dbo.sp_Develop
@@ -723,13 +723,13 @@ Try running EXEC sp_refreshsqlmodule or sp_refreshview.
723723

724724
# Running Issues
725725

726-
These are some issues you might run into when running sp_Develop.
726+
These are some issues you might run into when running [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql).
727727

728728

729729
## Some Checks Skipped
730730
**Check Id:** 26
731731

732-
We skipped some checks that are not currently possible, relevant, or practical for the SQL Server sp_Develop is running against. This could be due to the SQL Server version/edition or the database compatibility level.
732+
We skipped some checks that are not currently possible, relevant, or practical for the SQL Server [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql) is running against. This could be due to the SQL Server version/edition or the database compatibility level.
733733

734734

735735

@@ -748,13 +748,13 @@ There most likely been some new checks and fixes performed within the last 6 mon
748748
## Ran on a Non-Readable Availability Group Secondary Databases
749749
**Check Id:** 17
750750

751-
You are running this on an AG secondary, and some of your databases are configured as non-readable when this is a secondary node. To analyze those databases, run sp_Develop on the primary, or on a readable secondary.
751+
You are running this on an AG secondary, and some of your databases are configured as non-readable when this is a secondary node. To analyze those databases, run [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql) on the primary, or on a readable secondary.
752752

753753

754754
## Ran Against 50+ Databases Without @BringThePain = 1
755755
**Check Id:** 18
756756

757-
Running sp_Develop on a server with 50+ databases may cause temporary insanity for the server and/or user. If you're sure you want to do this, run again with the parameter @BringThePain = 1.
757+
Running [sp_Develop](https://github.com/EmergentSoftware/SQL-Server-Assess/blob/master/sp_Develop.sql) on a server with 50+ databases may cause temporary insanity for the server and/or user. If you're sure you want to do this, run again with the parameter @BringThePain = 1.
758758
759759
760760

0 commit comments

Comments
 (0)