Cannot connect to SQL server
Hello,
I have SQL server enterprise edition. Stand alone system. O/S is Win 2K Server. I have given Windows authenitication.
I want to change to sql server authentication. But its giving error "SQL Server does not exist or access denied"
If i use directly in the query analiser, working fine.
I want to connect to database from ASP.
I tried like this
conn.connectionstring="Provider=SALOLEDB.1;userid= administrator;initial catalog=attendance;data source=tsimsha\montex"
conn.open
Its giving error "Cannot associated with trusted sql server"
what does it mean.
I tried to register new sql server from the enterprise server snap-in.
Cannot. giving the above error.
I want to create new SQL server with some username and password(not windows authentication).
How can i solve this?
|