I have Visual studio 2010, sql server 2008 R2 and sql server 2012 express installed in my windows 8 pc.

When I create any database project in vs2010 it uses the sql sever 2012 (Using server Explorer window).

I want to change this behavior and want to choose 2008 or 2012 server as per my need.

Is it possible??

I don't have Sql server Management Studio.

1

There are 1 best solutions below

2
On

After the project is created:

  1. Open the database project's properties.
  2. Go to the Project Settings tab.
  3. Change "Target platform" to SQL Server 2008 or whichever option you need.