i have resolved it... this problem occur when you delete the default database on the sql server 2005 ...
1. login using 'master' database
2. execute sql with the following code :
Quote:
|
ALTER LOGIN SQLLogin WITH DEFAULT_DATABASE = AvailDBName
|
SQLLogin is such "BORNEO-007\Nazi370"
AvailDBName = available database on the server
3. restart the sql server 2005 and it works as usual
thanks for viewing  ...
just for reference..
|