Question : When I export a sql azure database as data tier application from sql server management studio I get […]
Tag: data-tier-application
Application slows down during Back up
Question : The Application is 24/7 up Full back up time is 4 am and back up size is 92 […]
Is it possible to execute queries in random order?
Question : I have a list of INSERTs, UPDATEs and DELETEs queries. My problem is that I always receive them […]
Export sql azure DB as bacpac file without including data for certain tables
Question : When I export a sql azure database as data tier application from sql server management studio I get […]
Application slows down during Back up
Question : The Application is 24/7 up Full back up time is 4 am and back up size is 92 […]
Automatic Version increment on Data-Tier Applications
Question : In the project settings of a database project I can set the version number form my data-tier application, […]
Data Tier Applications (DAC) on replicated databases
Question : We are exploring options to accomplish 3 things: 1) source control the database, 2) centralize and coordinate all […]
DB design to avoid versioning inconsistencies between the application layer and the database layer
Question : Usually there is a 1-1 mapping between an object in the application layer and a table in the […]
Should my application utilize database credentials for user login?
Question : I’m working on an application that has an ASP front end and a SQL Server database. The way […]
DACPAC and database drift: db users are always detected as drift even when nothing has changed
Question : When I include a login and user in my SSDT DB project and try to deploy a DACPAC […]