after step 7, I type in a database name for connection
David
> Last week I asked a question about connection to database from client machine
> (developer machine). I have changed the database security setup for "SQL
[quoted text clipped - 29 lines]
>
> David
sqlserver supports two types of users. sqlserver where the login and
password only exist in sqlserver (standard security) and windows
security, where the login defined in sqlserver is a nt account.
you created a nt account in sqlsever (sqlserver standard login do not
have a domain), so you must connect using windows authentication. this
means vs2005 must be running as the domain user you want to use in
sqlserver.
-- bruce (sqlwork.com)
> Last week I asked a question about connection to database from client machine
> (developer machine). I have changed the database security setup for "SQL
[quoted text clipped - 29 lines]
>
> David
david - 22 Oct 2007 17:10 GMT
Thank you, Bruce.
Yesterday, I setup Database security as Windows Authentication. But I got
error message, somthing like 'untrusted computer'.
The login users for database are added from selecting Windows users. I added
windows users in Active Directory and setup role. The machine automatically
add the domain name before the user name. When I login to the server machine,
I do not need the domain name. And I can use Server Explorer to connect to
the server by using my server acount user/password.
In general, could you tell me what I should do on the server machine?
David
> sqlserver supports two types of users. sqlserver where the login and
> password only exist in sqlserver (standard security) and windows
[quoted text clipped - 40 lines]
> >
> > David