Quantcast
Channel: Questions in topic: "sql-server-2005"
Viewing all articles
Browse latest Browse all 415

SQL extended proeprties?

$
0
0
Lets say i have 3 databases of type Device(might be three different versions),which will have different DB names like (Device1, Device2, Device3). Now i want to query the server and get all databases of type Device, which should return the above 3 dbs. How do i do it ? I thought of adding a extended property in DB schema. By adding name = type, and value= "Device" and querying this back? What's the best mechanism to do it? and if possible can someone give the query too. Can i add version info also in the extended property?

Viewing all articles
Browse latest Browse all 415