Has anyone written, or know of a query, that will find and drop all extended properties (Database, table and column level) that have a given name? I know I can drop one extended property via the sp_dropextendedproperty stored proc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A link to something that might be helpful for you.
http://social.msdn.microsoft.com/Forums/en/transactsql/thread/747cb7c2-b176-4f75-9d92-c5a9360b4ed3
Generates a dynamic exec sp_dropextendedproperty statement for each property found.