Blog

Kentico Tip : What version of Kentico is this database?

by Joel Dahlin on February 10, 2015

Kentico Tip : What version of Kentico is this database?

To find the version of Kentico the database is you can run this query:

SELECT *
FROM CMS_SettingsKey
WHERE KeyName = 'CMSDataVersion' OR
KeyName = 'CMSDBVersion' OR
KeyName = 'CMSHotfixVersion'

#tip

Comments
Blog post currently doesn't have any comments.
 Security code