datadude Questions
5
Am I missing something here? It seems that the only options to create a new table in a database project in VS2010 is:
Create a table object as a file, then create all constraints (defaults) as sep...
Capitate asked 31/8, 2010 at 15:4
4
I just started working with the Visual Studio 2010 Premium database project. I must say it does indeed rock. One thing I can't figure out is how to avoid the SQL04151 warning
Procedure: [dbo].[M...
Assiduous asked 2/4, 2010 at 18:57
2
Solved
When using vsdbcmd to deploy my database:
vsdbcmd.exe /a:Deploy /manifest:MyDatabase.deploymanifest
I Get:
SQL01268 .Net SqlClient Data Provider: Msg 50000, Level 16, State 127, Line 6 Rows wer...
Asch asked 5/5, 2011 at 13:22
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
3
I had hoped that Visual Studio 2010 would have brought some improvements to the Schema Comparison function. I suspect there are some, but I can't get something basic working. I've sucked in a schem...
Roguery asked 27/4, 2010 at 21:27
2
Solved
I have a scenario where I am using a visual studio 2010 database project to deploy changes to multiple database installations, but on certain ones I want to exclude a set of views from that copy. I...
Noleta asked 3/8, 2010 at 17:57
1
Solved
First of all, I know that the error I am getting can be resolved by creating reference project (of type Database Server) and then referencing it in my Database project...
However, I find this to be...
Arlindaarline asked 14/2, 2011 at 18:21
1
Solved
I have a database project in visual studio (2008) that I am using to keep my database structure in a version control system (Git). I use the data schema compare tool in VS to maintain this database...
Literati asked 5/8, 2009 at 19:40
1
© 2022 - 2024 — McMap. All rights reserved.