hi
There doesn't seem to be a forum section for
SQL Server so this seemed the nearest & couldn't find any related posts in the other sections....
I basically can't connect to a simple SQL DB I've created on the server locally via Visual Studio 2008 as it won't accept the user credentials. It finds the server ok though.
I also don't seem to have permissions to add users at the server level in the ASP.NET enterprise manager console, however by specifying the db I created in the connection string it still no good, even though the user is db_owner (I don't know the sa/dbo user login details to test this unfortunately).
Connection details:
Server: <MY SITE IP ADDRESS>\SQLEXPRESS (have tried just with the IP)
SQL Server authentication:
User name: <username I added>
Password: <the password>
Database name: violator_test
What am I missing or am I just having a
TIA
Vio