June 29, 2005 at 12:38 pm
Then there definitly is an object in master named Test1, what query did you run to try to find it?
June 29, 2005 at 12:49 pm
I used
--------------------
use master
Select Name, XType, user_name(uid) as Owner from dbo.SysObjects where name like '%test1%'
--------------------------
I also tried to create a table called 'abracadabra' (that certainly does not exist) but it failed with the same error message.
June 29, 2005 at 1:16 pm
Follow up
I found out that another process is continuously trying to restore a DB. This is probably causing the weird behaviour.
Thanks for the quick replies.
Peter
June 29, 2005 at 1:19 pm
Are you sure this is the problem??
June 29, 2005 at 1:27 pm
Can it be permission problems?
June 29, 2005 at 1:32 pm
Not sure yet. The DBA is looking into that restore process. Every minute or so it tries to restore a DB. This probably looks some systemtables.
June 29, 2005 at 1:34 pm
Possible... keeps us posted.
June 29, 2005 at 1:34 pm
No permission problem. I asked one of the other adminstrators to create a table in the master DB and it failed as well with the same error.
I'll let you know what caused it.
June 29, 2005 at 1:45 pm
OK, TIA.
June 29, 2005 at 2:03 pm
What SP level is that SQL Server. I think I've seen this before!!!
* Noel
June 29, 2005 at 2:06 pm
You've seen too much Noeld...
How long have you been a dba?
June 29, 2005 at 2:10 pm
Longer than I want to admit
* Noel
June 29, 2005 at 2:11 pm
So that would be 5 years?
June 29, 2005 at 2:54 pm
June 29, 2005 at 3:05 pm
So the answer would be too long I guess .
Viewing 15 posts - 16 through 30 (of 47 total)
You must be logged in to reply to this topic. Login to reply