Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 SQL Server Database Error on Toad

Author  Topic 

qatammie
Starting Member

2 Posts

Posted - 2012-08-13 : 12:55:26
I am using SQL 2003 with Toad Server 5.02.612 and when I try to access my database I get the SQL Server Database Error - The server Pricipal "xxxxxx" is not able to access teh database "model" und the current security context.

Any help is greatly appreciated!

yosiasz
Master Smack Fu Yak Hacker

1635 Posts

Posted - 2012-08-13 : 13:12:09
sounds like you do not have permissions on the model database on the server you are trying to access. you need to request permissions to that database

<><><><><><><><><><><><><><><><><>
If you don't have the passion to help people, you have no passion
Go to Top of Page

qatammie
Starting Member

2 Posts

Posted - 2012-08-13 : 13:16:24
Thank you for the help. I found the solution to my issue by thinking hum.... It is already not working so I will look around at my opinion.
Went to Tools\Option\database\SQL Server and click Restore Defaults.

Amazingly it worked.
Go to Top of Page
   

- Advertisement -