Connecting to SQL Server Express DB on PC
I've installed VS2005 and SQL Server Express w/Management Studio...
I've got all default SQL Server settings, I created my database, and I can connect to it via Management Studio.
Problem is I can't get Visual Studio 2005 to connect correctly.
Its set to use existing security (which is my local logon) and I checked permissions and only one (connect SQL) is granted to that username...
What do I need to do (I'm assuming its a fairly straight forward setup) to get visual studio to recognize and connect with my local SQL Express Server.