Below is the query that I have used to find the product key for v9:
SELECT NvarCharColumn
FROM [MSCRM_CONFIG].[dbo].[ConfigSettingsProperties]
WHERE ColumnName like 'LicenseKey%'
Hope it helps.
Below is the query that I have used to find the product key for v9:
SELECT NvarCharColumn
FROM [MSCRM_CONFIG].[dbo].[ConfigSettingsProperties]
WHERE ColumnName like 'LicenseKey%'
Hope it helps.