dac Questions

3

Solved

We are using Sql Server database projects to create deployment scripts from DacPac using SqlPackage.exe. We have different SQL Server Filegroups setup in various environments. When deploying we ex...
Mulderig asked 28/2, 2017 at 1:41

0

I'm using the Data-tier Application Framework (DACFx) in an attempt to export schema and data from a subset of the tables in my database. var dacServices = new DacServices(connectionString); dacS...
Sankaran asked 2/2, 2017 at 1:35

1

Solved

This call to DacServices.Deploy has been working great for SQL Server LocalDB 2014, but fails when SQL Server LocalDB 2016 is installed: string dacConnectionString = $"Server=(localdb)\\mssqllocal...
Priedieu asked 4/7, 2016 at 12:42

2

I am deploying a dacpac built on visual studio 2012 to SQL Azure using powershell and running into issues which I think could be related to some version incompatiblity. The publish works fine when ...
Republican asked 31/1, 2013 at 17:46

1

Solved

Information: We have a 3rd party application we use for production at our company. This program uses a DSN to connect up to our SQL Server 2012 database through ODBC. This application works properl...
Prophetic asked 17/6, 2015 at 14:19

2

Solved

I have happily been writing a product which uses a, Sql Server Database Project and life has been good until we discovered a problem in upgrades. While we create tables, stored procedures and vari...
Fridafriday asked 17/6, 2015 at 1:38

1

Solved

I am having a hard time figuring how to actually create or even open a DAC application with Visual Studio 2012. I am using SQL Server 2012. I have SSDT installed. Creating from Visual Studio: Acc...
Tempest asked 27/12, 2013 at 16:42
1

© 2022 - 2024 — McMap. All rights reserved.