|
|
|
|
Browse by Tags
All Tags » SQL Server 11 » denali » code quality (RSS)
-
Earlier, I documented the system objects that have changed in Denali. One that caught my eye was a slew of new columns made available through sys.databases, mostly to support a feature I also blogged about recently, contained databases. Consider the following simple query:
SELECT * FROM sys.databases;
Yes, this ...
|
|
|
|
|