Chapter 3: Data-Tier Applications
        Posted  
        
        on C# Corner
        
        See other posts from C# Corner
        
        
        
        Published on 11/30/2010 3:22:50 AM
        Indexed on 
            2010/12/06
            16:59 UTC
        
        
        Read the original article
        Hit count: 220
        
Filed under: 
        With the release of Microsoft SQL Server 2008 R2, the SQL Server Manageability team addressed these struggles by introducing support for data-tier applications to help streamline the deployment, management, and upgrade of database applications. A data tier application, also referred to as a DAC, is a single unit of deployment that contains all the elements used by an application, such as the database application schema, instance level objects, associated database objects, files and scripts, and even a manifest defining the organization’s deployment requirements.
        
        © C# Corner or respective owner