|
37 | 37 | **
|
38 | 38 | ** All other copyrights for sp_Develop are held by Emergent Software, LLC as described below.
|
39 | 39 | **
|
40 | | - ** Copyright (c) 2022 Emergent Software, LLC |
| 40 | + ** Copyright (c) 2023 Emergent Software, LLC |
41 | 41 | **
|
42 | 42 | ** Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
43 | 43 | ** documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
|
82 | 82 | ** Setting some varibles
|
83 | 83 | **********************************************************************************************************************/
|
84 | 84 |
|
85 | | - SET @Version = '2.0.1'; |
86 | | - SET @VersionDate = '20220924'; |
| 85 | + SET @Version = '2.1.1'; |
| 86 | + SET @VersionDate = '20230513'; |
87 | 87 | SET @URLBase = 'https://emergentsoftware.github.io/SQL-Server-Development-Assessment/best-practices-and-potential-findings/';
|
88 | 88 | SET @URLSkipChecks = 'https://emergentsoftware.github.io/SQL-Server-Development-Assessment/how-to-skip-checks';
|
89 | 89 | SET @OutputType = UPPER(@OutputType);
|
|
0 commit comments