With a VS2012 database project can I make it ignore column order when publishing and just add the columns to the end of the table? This is a faster and safer option.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there’s currently a way to do this with Visual Studio 2012. There is supposed to be an “Ignore column order” option in the advanced deployment settings but this option has been removed according to this page. Apparently the scope of this option was confusing and Microsoft has decided to remove it until they can improve it. (The page actually claims this option was removed from SQL Server Data Tools but I believe that is wrong. I have confirmed this option exists in Visual Studio 2010 with SSDT so I believe the problem is really with VS 2012.)
For Visual Studio 2010 you’ll find the setting as follows.