Using Configurations to Manage SQL Server Extended Properties

added by schalkvanwyk
7/13/2011 7:56:50 AM

349 Views

Have you ever wanted to attach attributes to a SQL Server database without needing to maintain separate meta-data tables? For example, what if you wanted to version your database? Is there a way to do this without having to create and maintain your own tables? There is indeed a way, and the way is via extended properties.


0 comments