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 2814c23 + 5533f62 commit 49accbfCopy full SHA for 49accbf
.gitignore
@@ -34,7 +34,6 @@ 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/
@@ -361,4 +360,4 @@ MigrationBackup/
361
360
.ionide/
362
363
# Fody - auto-generated XML schema
364
-FodyWeavers.xsd
+FodyWeavers.xsd
sp_Develop.sql
@@ -67,7 +67,7 @@ BEGIN
67
,@URLAnchor VARCHAR(400)
68
,@Priority INT;
69
70
- SET @Version = '0.88';
+ SET @Version = '0.89';
71
SET @VersionDate = '20200820';
72
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
73
SET @OutputType = UPPER(@OutputType);
0 commit comments