16,755 pts.
 What is DAC?
Why is the concept of “data tier applications” abbreviated as DAC?  Inquiring minds want to know.

Software/Hardware used:
ASKED: May 3, 2010  10:08 PM
UPDATED: May 4, 2010  2:28 PM

Answer Wiki:
Data-tier applications (DAC) is a new project type in Visual Studio that allows a developer to package Database objects, schemas, deployment requirements, etc. into a single package (DACPAC) - which we refer to as a "single unit of deployment".
Last Wiki Answer Submitted:  May 3, 2010  10:08 pm  by  MicrosoftExpert   975 pts.
All Answer Wiki Contributors:  MicrosoftExpert   975 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Now with DACs keep in mind that they don’t support every database object type, or database security, they break your log backups among other problems.

 64,550 pts.