Am I missing something? It seems that the only parameters for creating a new table in the database project in VS2010 are:
Create the table object as a file, then create all the constraints (by default) as separate files, then create each index as a separate file and the primary key as a separate file, and then ...
or
Create the whole table schema using the table designer in SSMS, and then use the schema comparison tool to create a single monolithic file of SQL statements for each table element and copy each block of code into the newly created file in VS.
This question was asked 2 years ago, and I hope the answer has changed. Please tell me the hidden table designer for the VS2010 database project that I just skipped.
visual-studio-2010 database-project datadude
Richard B
source share