The ssdt tag has no wiki summary.
1
vote
0answers
30 views
Registering a SSDT database project as a data tier application fails
I am having problems publishing a SSDT database project and registering it as a data tier application. Let me explain.
I have a database (A) which references two other databases (B & C) through ...
1
vote
1answer
46 views
Referencing system views in SSDT?
I've imported a database into SSDT containing a reference to a system view (specifically, sys.columns). The problem is, that I then get warnings about unresolved references when I build the project
...
4
votes
2answers
90 views
SSDT 2010 and SQL70590 errors
I have Visual Studio 2010 SP1 with SSDT (with Dec 2012 update). I have created a new SQL Server project and imported objects from a database on a SQL Server 2008 R2 instance. The database has a ...
2
votes
0answers
101 views
SQL71561 Error on Schema compare after initial import from database
I have created a new sql server project with SSDT 2012, then I went to import an existing database and it created all my scripts. After that I did a schema compare between the project and the database ...