We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe61759 + ce78466 commit a55ccc9Copy full SHA for a55ccc9
.gitignore
@@ -34,6 +34,8 @@ bld/
34
35
# Visual Studio 2015/2017 cache/options directory
36
.vs/
37
+.vs/SQL-Server-Assess/v16/.suo
38
+
39
# Uncomment if you have tasks that create the project's static files in wwwroot
40
#wwwroot/
41
.vs/SQL-Server-Assess/v16/.suo
0 Bytes
sp_Develop.sql
@@ -67,7 +67,7 @@ BEGIN
67
,@URLAnchor VARCHAR(400)
68
,@Priority INT;
69
70
- SET @Version = '0.86';
+ SET @Version = '0.87';
71
SET @VersionDate = '20200820';
72
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
73
SET @OutputType = UPPER(@OutputType);
0 commit comments