--- title: Model Deployment Package examples ms.custom: "" ms.date: "07/28/2017" ms.prod: sql ms.prod_service: "mds" ms.reviewer: "" ms.technology: master-data-services ms.topic: conceptual keywords: - "master data services" - "sample" ms.assetid: 9b31b7b6-319b-4840-b67d-eb383e7762b1 author: lrtoyou1223 ms.author: lle --- # SQL Server Examples: Model Deployment Packages (MDS) [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)] Sample model packages with data are included when you install [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)]. The default location for these package files is \\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](../master-data-services/master-data-services-installation-and-configuration.md#deploySample). You deploy the sample model packages by using the [MDSModelDeploy tool](../master-data-services/deploy-a-model-deployment-package-by-using-mdsmodeldeploy.md). > [!IMPORTANT] > **Sample Updates in [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)]** > > The sample packages were updated to support the following new capabilities. > > - Show Many-to-Many Relationships. > > For more information, see [M2M Relationship in Sample Model](../master-data-services/show-many-to-many-relationships-in-derived-hierarchies-master-data-services.md#M2MSample). > > - Constrain Allowed Values for Domain-based Attributes. > > For more information, see [Create a Domain-Based Attribute (Master Data Services)](../master-data-services/create-a-domain-based-attribute-master-data-services.md). > - Require Approval for Entity Changes. > > For more information, see [Approval Required (Master Data Services)](../master-data-services/approval-required-master-data-services.md). > - Use Not and Else Operators in Business Rules > > For more information, see [Business Rule Examples](../master-data-services/business-rule-examples-master-data-services.md). > - Implement Custom Index > > For more information, see [Custom Index (Master Data Services)](../master-data-services/custom-index-master-data-services.md). 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 [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)] environment. ## See Also [Deploy a Model Deployment Package by Using MDSModelDeploy](../master-data-services/deploy-a-model-deployment-package-by-using-mdsmodeldeploy.md)