How to Create a Forward Engineer Script with User Defined Extended Properties for SQL Server. For example...
EXEC sys.sp_addextendedproperty @name=N'WITRSDataObjectId',
@value=N'6923972' ,
...
go
Steps:
Here are the steps to generate a create script with User Defined Extended Properties for tables and columns in SQL Server:
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center