Ocherk


I have notebook, client server application and sql express sp2 on this notebook.

Also, I know domain user login/password,

but I don't know any local user name/password

and I don't know any sql server user name/password.

Domain user is not a local administrator on this notebook.

When notebook connected to the office LAN I am working good with my app-> my sql express as a domain/user.

I'd like to work at home too. I can logon to the system (XP SP2) using domain account when notebook has no network connection. (probably OS caches something)

Is it possible to work with sql express using domain login when no network connection

PS. old version of this software used MSDE 2000 and it was possible(!).

Thank you.




Re: is it possible to connect to SQL Express without network?

Arnie Rowland


Yes. SQL Server will still work the same as when you are connected to the office LAN.

Since you log on with your domain credentials (they are cached on the laptop), the same credentials are used to gain entry to SQL Server.







Re: is it possible to connect to SQL Express without network?

Ocherk

Arnie Rowland wrote:

Yes. SQL Server will still work the same as when you are connected to the office LAN.

Since you log on with your domain credentials (they are cached on the laptop), the same credentials are used to gain entry to SQL Server.

Ok, thank you.

I did experiment on 2 workstations.

On one machine ist working good, but on the second machine (no netowrk connection) when I tried to connect to the sql server I have a problem:

SSMS is ocnnecting ok

Application gives me message: cannot generate SSPI context.

What can it be ...

Thank you