I'm pretty new to the whole VS2010 DB Project game. Essentially I've been designing the database using the SQL Server Manager and my team decided that we wanted to use a DB project in VS2010 so we can manage the SQL in SVN.
So, my question is -- what's the best way to move the entire schema (data itself is not needed at this point) to a DB project in VS2010 so we can leverage the rich VS2010 DB-building features going forward? Is it as simple as just exporting the SQL/script? Should I export the schema as a DAC and use a VS DAC project instead? I'm not really finding anything particularly useful to explain the advantages/disadvantages of using a DB project vs. a DAC project.
Thanks in advance for your help! Any words of advice are appreciated.