that is the SQL Server, installation of a wrong version of SQL or missing some updates will cause problem restoring the databases and a big headache
so first we can use this query to check service pack and product edition (Developer / standard / Enterprise)
SELECT SERVERPROPERTY('productversion'),SERVERPROPERTY('productlevel'),SERVERPROPERTY('edition')
and for a more specific identification we can take the Version that is written in the SSMSand check it against this site: http://sqlserverbuilds.blogspot.com/
this site contains a list of all patches and their corresponding version
No comments:
Post a Comment