I am hoping someone could help me with this. The problem I'm having seems to be common based on the amount of information I'm seeing about it online, but I can't seem to locate a solution. Here's what I have:
Vista Home Premium
Visual Studio 2008 Pro (On Vista PC)
Server 2003 SP2 (named 'FILESERVER')
SQL Express 2005 (named 'FILESERVER\SQL2005DEV')
The network is running through a regular switch- no routers to complicate things. Firewalls are both off at this time. The network is running in workgroup mode due to the Vista Home machine (and another Vista Home plus an XP Home, but both are unrelated to this). Therefore, as I understand it Windows Authentication will not work- I have to use SQL Server Authentication.
When I browse for a server in Visual Studio I can see 'FILESERVER\SQL2005DEV' without any trouble. However, if I try to create a new DB on the server, I get the following error:
Login failed for user 'William'. The user is not associated with a trused SQL Server connection.
If I try to do the same thing under Windows Authentication it just replaces 'William' with ''.
So far I have created a user on the server with the same credentials as I am using on the Vista PC. Also, I have created the same user credentials in SQL Server. I think I'm on the right track but my problem is that I have no experience in installing / securing SQL Server.
If I am on the right track could someone confirm this for me? Also, a little help walking me through the setup from start to finish would be greatly appreciated .
Thanks in advance for whatever help can be offered.