hi I'm having issue with how to to deploy (a SQL2008 project) to multiple dbs.
I'm using VS2010 + SQL Server 2008 Database project, it imports the "DevDB", works all fine.
Now I want to deploy it to a different DB "TestDB", both DBs are on the same SQL server.
It's keep complained about ".mdf and .log" conflicts.
In SQL 2005 db project, I can just created 2 db connections for deployment, but how to I achieve that in 2008 dabase project??
Thanks in advance!