- Fixed support for
SQL 2022
- Removed
Cannot decode key
for SQL Developer - Added
usp_PivotWithDynamicColumns.sql
to the project folder - Changed <> back to <> because "MarkupNotRecognizedInContent" problem highlight in VSCode
- Fixed extension for
SQL 2019
in Error content file HWI Extension sql server 2019 @tuffgong31 - Added support for
SQL 2022
(Not tested, please report issues) - Replaced hardcoded operating system names.
- Updated descriptions and links
- Fixed extension for
SQL 2019
. For real this time, I promise!
- Removed
Cannot decode key
for SQL Express - Fixed definitions and extensions for
SQL 2019
- Updated to support
SQL 2019
- Updated SQL releases definition list to also match
2012 CTP1
and2012 CTP3
.
- Updated SQL releases definition list. Should fix the empty release bug.
- Fixed radio buttons not showing up in report viewer
- Added
GetSQLProductKey.vb
to the project folder - Added the ability to hide the product key
- Fixed a typo
- Merged definition and extension files for
Property
andProductID
- Added support functions link
- Added edition group filter with multiple selections
- Added
CEIP
Reporting (Customer Experience Improvement) - Removed unused fields
- Fixed
SKUName
- Updated formating
- Added static column pivot to have predictable column order output
- Fixed x64 detection
- Added new
EditionGroup
definitions - Default
N/A
ifNULL Edition
- Default
NULL
for allCASE
statements - Added Old SQL extension cleanup
- Removed unused columns
- Removed
usp_PivotWithDynamicColumns
, it cannot be added dynamically, needs to be created manually. - Removed
GO
statements, they are not validT-SQL
statements. - Added variable declaration needed for report builder.
- Replaced
Domain
withDomainOrWorkgroup
. - Added
EditionGroup
for report grouping. - Changed
ProductKey
to be shown now asN/A
if null. - Fixed different column name storing the same value.
- Standardized formatting and descriptions.
- Completely re-written, new extension gathers and stores 40-50% less junk data.
- Added:
Product Key
,Clustered
,Operating System
,VM
,CPUs
,Physical Cored
,Logical Cores
information. - Release is not a hack anymore.
- Code repetition, property name guessing and duplicates have been almost eliminated by pivoting the result table and using a stored procedure.
- Report and report template have been updated to the new standard template.
- First version.