SQL Server Examples: Model Deployment Packages (MDS)
Applies to: SQL Server - Windows only Azure SQL Managed Instance
Sample model packages with data are included when you install Master Data Services. The default location for these package files is <drive>\Program Files\Microsoft SQL Server\130\Master Data Services\Samples\Packages.
For instructions on how to deploy the sample model packages, see Deploying Sample Models and Data. You deploy the sample model packages by using the MDSModelDeploy tool.
Important
Sample Updates in SQL Server
The sample packages support the following capabilities.
Show Many-to-Many Relationships.
For more information, see M2M Relationship in Sample Model.
Constrain Allowed Values for Domain-based Attributes.
For more information, see Create a Domain-Based Attribute (Master Data Services).
Require Approval for Entity Changes.
For more information, see Approval Required (Master Data Services).
Use Not and Else Operators in Business Rules
For more information, see Business Rule Examples.
Implement Custom Index
For more information, see Custom Index (Master Data Services).
In Master Data Services, a package is an XML file that contains a deployable model structure, and optionally, data from the model. Use model packages to move copies of models from one MDS environment to another, or to create new models in your existing Master Data Services environment.