Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarkPryceMaherMSFT/25d5bec2b43d0f2338e5c043ede9f981 to your computer and use it in GitHub Desktop.
Save MarkPryceMaherMSFT/25d5bec2b43d0f2338e5c043ede9f981 to your computer and use it in GitHub Desktop.
Update Extended Properties custom
exec sp_updateextendedproperty @name=N'sys_sensitivity_label_name',
@level0type=N'schema',@level0name=N'Sales',@level1type=N'table',
@level1name=N'CustomerTransactions',@level2type=N'column',
@level2name=N'AmountExcludingTax',@value=N'Custom Confidential'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment