
December 12th, 2004, 12:23 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 28
Time spent in forums: 2 h 36 m 24 sec
Reputation Power: 0
|
|
|
Configuring SQL Server 2000
Could someone point me in a direction of a good online tutorial of how to set up correctly a SQL Server 2000 installation.
I have looked myself but get lots of Book Reviews and PHP links:-(
The reason I ask is because I am trying to access the NorthWind database using the Programming ASP.NET examples, and unfortunately I get the error "SQL Server does not exist or access denied."
The connection string is "server=local; database=NorthWind" and I have given IUSR_ the right to perform a SELECT on all fields in NorthWind, but I know that this not the best way of doing things.
What I need is a point in the right direction.
Thanks.
Edit: I have changed the connection string to the "server=MOURNBLADE; uid=sa; pwd=MyPW; database=northwind" and made sure that sa has access rights to all tables and still no joy - gives me the error of "Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection."
Can anyone give me any pointers?
Last edited by Graham Reeds : December 12th, 2004 at 04:36 PM.
Reason: extra information
|