Created
March 12, 2018 20:06
-
-
Save MarkPryceMaherMSFT/25d5bec2b43d0f2338e5c043ede9f981 to your computer and use it in GitHub Desktop.
Update Extended Properties custom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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