sqlproj Questions
2
I have a separate database project that I’d like to build within the same solution and then reference the created dacpac. When I try adding the database project it builds fine and the dll is added ...
3
Solved
I'm trying to use Azure DevOps Pipelines to build my .NET Core 2.1 solution from GitHub. It includes a SQL project that has a TargetFrameworkVersion of v4.6.2. This project always fails to build.
...
Velamen asked 26/11, 2018 at 1:47
3
We have a SQL Server Database Project (.sqlproj) in Visual Studio 2012 that we use as source control for our database schema. One of the cool things that it does is generate the SQL to update the s...
Immodest asked 13/6, 2014 at 1:24
3
Solved
I work on a website that uses various class libraries that are occasionally updated. One of the libraries is a sqlproj file and I believe it was made with VS2010. It is a dependency for other libra...
Fizzy asked 18/9, 2015 at 19:3
3
Solved
I have all extensions disabled, and only 1 Sql Project open. Yet Visual Studio hangs whenever I close a SQL file.
Versions affected:
2017 Enterprise
2015 Enterprise
During this "hang ...
Carob asked 15/5, 2017 at 15:52
3
Solved
We are trying to set up a SQL project, on a new machine with Windows 7, VS 2010 with SP1 & SSDT 2010 (installed SSDT 2010 from ISO image). But getting the below message when I open the sqlproj:...
Plossl asked 2/7, 2014 at 10:30
0
I am using Visual studio 2013 with the SQL data tools (SSDT) with SQL project.
When I open the project then every time it will checking some background models and showing the message like this "Ve...
Proctoscope asked 2/7, 2016 at 11:29
1
When I have an SQL Server Database project (.sqlproj) in Visual Studio solution, I notice that that particular project always gets built every time I build the solution even though there is no chan...
Wellpreserved asked 14/9, 2015 at 6:16
1
I am using SSDT (and sqlproj) for our MSSQL projects. We have a few variables we need to set when publishing to each environment.
This works great on most of our environments where we assign value...
Ribbon asked 20/4, 2015 at 10:50
1
Solved
I recently updated one of my projects to Visual Studio 2013. The update changed my .dbproj into a .sqlproj to make it compliant with the new SQL project format.
After the conversion, I ran a sche...
Dikdik asked 13/6, 2014 at 22:20
1
Solved
We have always done our database design and development with VS2012 SSDT using the .sqlproj extension, and deployed to SQL Server using SQLPackage with a DACPAC... or alternatively setup a publish ...
Closegrained asked 22/5, 2014 at 8:57
1
Solved
I am trying to Publish a .sqlproj from command line with MSBuild with the command:
msbuild /t:Publish [MySqlProjPath] but i get the following error:
error MSB4019: The imported project "C:\Progra...
1
Solved
I have inherited a VS2010 project that includes a .SQLPROJ.
I'm not having any problems with the .csproj. But I am having a problem opening the .SQLPROJ in the solution. When I try to open the .S...
Madonia asked 9/8, 2013 at 13:59
1
© 2022 - 2024 — McMap. All rights reserved.