triadavisual.blogg.se

Microsoft sql server client statistics tiers
Microsoft sql server client statistics tiers






microsoft sql server client statistics tiers

In the image above, I’m running a SQL Server 2008 database, which has compatibility level of 100, on a machine that is running an instance of SQL Server Express 2014 (see the Connection section on the bottom left, my instance name is SQLEXPRESS2014).Īnother way to look at the compatibility level of each database on your server is to query the compatibility_level column of the sys.databases table: USE YourDatabaseName įROM sys.databases WHERE name = 'YourDatabaseName'

microsoft sql server client statistics tiers

To see the compatibility level of each database, right click the database in SQL Server Management Studio and select Properties, then click the Options tab. It allows the behaviour of the database to be compatible with the specific version of SQL Server it is running on. A compatibility level is associated with each database. To know if you really converted anything, you need to look at the compatibility level of the database itself.

#Microsoft sql server client statistics tiers upgrade

Sure the database may run well on this new instance but did you really upgrade anything? The answer lies on whether the compatibility level changed during the restore process. If you previously had an older SQL Server 2008 database and restored it on this new SQL Server 2012 instance, does that mean you converted the database to an SQL Server 2012 database? The answer is No. But just because SQL Server 2012 is running on this server, it does not mean that all the databases inside that instance are all SQL Server 2012 databases. This instance of SQL Server 2012 contains one or more databases that you need to maintain from time to time. Let’s say you have SQL Server 2012 installed on one of your new servers.








Microsoft sql server client statistics tiers