views:

17

answers:

1

VS 2010 comes with SQL 2008 Express, and upgrades existing project's databases to SQL 2008 as well (please correct me if im wrong!) - however, I now have a problem - I need to simulate a hosting situation on my PC, where a desktop application connects using TCP/IP to the SQL 2008 database.

Problems
1. The database as created in VS 2010 is a user instance which I cant seem to access via TCP/IP - I assume I need to make this a server instance to do so?
2. I have SQL Management Studio Express 2005 which wont allow me to connect to SQL 2008 to attach the user instance and have torn my hair out trying to install Studio Express 2008, but still failed

Can anyone tell me if Im either on the right track or if there's a simpler way to do this?