Viewing 7 posts - 1 through 8 (of 8 total)
One thing I can think of is if they were granted access to the database? You can make the default DB a DB that they don't actually have access to view. ...
September 29, 2005 at 9:49 pm
It's been a while since I used a similar situation but I believe you will have 2 virtual SQL server names and one virtual cluster name. In our case we...
August 12, 2005 at 9:15 am
I have used a software product called Spotlight. It is made by Quest Software. You can find all of their database management products here: http://www.quest.com/database%5Fmanagement/
Spotlight (since I've used it)...
July 12, 2005 at 6:14 am
In my previous job, we did something very similar. The retry seemed to work pretty well for us. I can't recall how long the interval was, but I would think...
June 7, 2005 at 6:10 am
If you don't have tsadmin on your xp machine (like me) you might try using xp_cmdshell in QA to run a command line to check who's on and reset them. ...
June 7, 2005 at 5:53 am
sp_resetstatus requires you to restart the SQL Server service, was that done when it didn't seem to work for you?
January 13, 2004 at 7:32 am
Try a restore labelonly on the file and check the familycount column that it returns to see if it is more than one and then check the familysequencenumber to see...
January 13, 2004 at 6:55 am
Viewing 7 posts - 1 through 8 (of 8 total)