Top "Extended-properties" questions

Read/Write 'Extended' file properties (C#)

I'm trying to find out how to read/write to the extended file properties in C# e.g. Comment, Bit …

c# extended-properties
Can you explain the use of sys.sp_addextendedproperty in the following code?

What's going on in the following code after the View is created? Can you give me any thoughts or path …

sql-server tsql sql-server-2008 extended-properties
Check if extended property description already exists before adding

So, I have a script that adds extended properties, some describing a table, some describing a column. How can I …

sql sql-server exists extended-properties database-table
Select Extended Property from SQL Server tables

I am writing a simple CMS for a client's database. There are 12 tables and they need to manage all of …

.net sql-server-2008 c#-4.0 extended-properties
How to add custom attributes to SQL connection string?

I want to add some custom attributes in SqlServer connection string, something like this: Integrated Security=SSPI;Extended Properties="SomeAttr=…

sql-server function tsql extended-properties
Select Database names and extended properties in SQL Server

I have three databases, starting with "MD_" that I have added in SQL Server 2012. Each of them has an extended …

sql sql-server extended-properties