hello, do you know how to determine the database version of a database on sql server management studio for some compatibility reasons because not all of the databases are created using the version of sql server i am currently running. some of them are attached using backup. Thanks.
Internal Database Version
Collapse
X
-
Thanks for the reply CK but the query gave me a null value.
I tried this query.Code:SELECT DatabaseProperty ('TestDB', '660'); SELECT DatabaseProperty ('TestDB', 660);
i also triedCode:SELECT DatabaseProperty ('TestDB', 'version');
Comment
Comment