sql-server-data-tools Questions

4

Solved

I'm in the research phase trying to adopt 2012 Database Projects on an existing small project. I'm a C# developer, not a DBA, so I'm not particularly fluent with best practices. I've been searching...

1

Solved

Can anybody please clarify the difference between build, publish, deploy, and compare+update in SQL Server Data Tools (SSDT) 2012 ?
Unthinkable asked 7/5, 2013 at 12:21

1

I am using SSDT to manage my database. Right now it generates SQLCMD deployment scripts. Is there any way to have it generate plain t-sql scripts?
Tamanaha asked 12/11, 2012 at 19:3

1

Normally we can format code or markup in visual studio with Ctrl + K + D shortkeys. How we can format SQL script code like stored procedures or views or other things using shortkeys? Note...
Republican asked 21/2, 2013 at 12:14

4

Solved

I got SQL Server 2012 installed on my machine and I have SSDT to create BI projects. Today i installed Visual Studio 2012; but i cannot create any of BI projects in Visual Studio 2012. Is there a...
Mezzosoprano asked 28/8, 2012 at 8:3

2

Solved

With VS2010 database projects, I could define a target (or not) database, set an action (create script only or create script and deploy to target), execute a "deploy" (through VS or MSBuild) and ge...

2

Solved

In my database project, I have added a reference to a linked server. When I use this linked server in a view and try to build my database project, SSDT reports errors because it cannot understand r...

1

Solved

For seemingly no reason, choosing SQL > Schema Compare > New Schema Comparison and then attempting to "select source" causes Visual Studio 2012 to crash. (It has been working as expected for months...
Lauryn asked 26/3, 2013 at 18:29

2

Solved

I have a SQL Server Database Project targeting a SQL Server 2012 RC0 database. The project was created in Visual Studio 2010 + SQL Server Data Tools CTP4. (The project type is different than the re...
Laminated asked 3/12, 2011 at 23:26

1

Solved

When working with a Database Project in Visual Studio 2012, VS defaults to the "Design-View" pane when you add or edit a table. While you can work in split-screen mode, the T-SQL pane defaults to t...

1

Solved

I am using SQL Server Data Tools (SSDT) to manage my database schema. Every time I choose to publish changes to my schema, the script contains the following bit: IF EXISTS (SELECT 1 FROM [master]...
Stefanysteffane asked 10/12, 2012 at 17:42

2

Solved

I have just installed vs2010 sp1 ultimate, sqlserver 2012 and the latest version of sqlserver data tools. I have opened up a solution from source control and receive a bunch of error like the follo...
Binkley asked 30/10, 2012 at 15:54

1

I am new to SSDT and I am trying to find a way to ignore some tables when I am comparing schema using the ssdt UI in Visual Studio. Is there a way to do this in SSDT. I think it is possible via com...
Scleritis asked 8/10, 2012 at 17:37

1

Solved

I've just started dabbling with SSDT and hit an issue already. My solution consists of 2 databases. Both databases reference each other with the use of synonyms. Thus we have circular references a...
Kelle asked 26/9, 2012 at 17:34

2

Solved

I'm starting to use Visual Studio 2012 with integrated SQL Server Data Tools and although I watched 2 of microsoft's video's on getting started with SQL Database Projects I'm still having trouble u...
Annulus asked 11/9, 2012 at 18:31

1

I have two SSDT projects. Database1 references Database2. When deploying Database1, Table2 (from Database2) is deployed as expected. That is because when I am deploying, the check box "Include c...
Bronchiole asked 21/8, 2012 at 7:25

1

Solved

Code analysis rule SR0007 for Visual Studio 2010 database projects states that: You should explicitly indicate how to handle NULL values in comparison expressions by wrapping each column that ca...
Ulyssesumayyad asked 19/9, 2011 at 13:30

2

Solved

I am working on a Linq based CLR Stored Procedure for some complex filtering and manipulation, which would otherwise require a lot of messy and poorly performant T-SQL code, if implemented in a mor...

© 2022 - 2024 — McMap. All rights reserved.