I am betting your sa password is blank (shudder). Try leaving the password
blank.
Your login needs to be granted permissions to access databases.
Administrators on the machine do not automatically have rights unless
assigned specifically.

Signature
Get a powerful web, database, application, and email hosting with KJM
Solutions
http://www.kjmsolutions.com
>I am logging in as Administartor because I couldnt find the password for
>sa,
[quoted text clipped - 30 lines]
>> > Regards
>> > Simon
SIMON GARE - 20 Feb 2006 12:10 GMT
Thanks for this help before i forget,
I tried that but comes back Login Failed for user sa, see blow config
Tried this first
"Persist Security Info=False;
Data Source=SBS2003;
Initial Catalog=TobiasNET;
User ID=sa;
Password="
Then
"Persist Security Info=False;
Data Source=SBS2003;
Initial Catalog=TobiasNET;
User ID=sa"
Any suggestions?
Simon
> I am betting your sa password is blank (shudder). Try leaving the password
> blank.
[quoted text clipped - 37 lines]
> >> > Regards
> >> > Simon
vbnetdev - 20 Feb 2006 13:42 GMT
Do this and let me know if it works.
To reset the sa password, you can make the following:
1. Login to the SQL Server box as the Administrator.
2. Run SQL Server Enterprise Manager.
3. Right-click the server name and choose 'Edit SQL Server Registration
properties'.
4. Choose 'Use Windows authentication' and click OK button.
5. Expand a server, expand a Security and click Logins.
6. Double-click the sa login and specify new password on the General tab.

Signature
Get a powerful web, database, application, and email hosting with KJM
Solutions
http://www.kjmsolutions.com
> Thanks for this help before i forget,
>
[quoted text clipped - 63 lines]
>> >> > Regards
>> >> > Simon
SIMON GARE - 20 Feb 2006 15:08 GMT
Thank you problem solved.
Regards
Simon
> Do this and let me know if it works.
>
[quoted text clipped - 75 lines]
> >> >> > Regards
> >> >> > Simon