Viewing 15 posts - 346 through 360 (of 473 total)
I wouldn't think you would need your msdb database to be in full recovery model. What are you doing that necessitates full recovery model for that database?
June 9, 2008 at 2:55 pm
Taking out the parentesis arround the select statement fixed it.
June 5, 2008 at 9:55 am
Are you sure there aren't any stray characters in your query window? Might try copying the code to a fresh window to rule that out.
June 5, 2008 at 9:05 am
Are you sure it's not just the inner join that is tripping you up?
I would expect that query to not show any users that don't have a login to the...
May 30, 2008 at 9:47 am
I suppose you could modify the stored procedure that is used for the report to just ignore the server parameter passed into it, and return everything.
Might make for a big...
May 28, 2008 at 1:36 pm
We currently use Idera here, and I have about the same opinion that you do. It's really nice when it works, but when it doesn't work you don't know...
May 28, 2008 at 1:08 pm
Has anyone used Lumigent's Auditing software? Any comments on it?
May 28, 2008 at 12:17 pm
Sounds like you have installed the database services, but not the client tools.
May 27, 2008 at 2:01 pm
John Bates (5/27/2008)
It would be interesting to see a survey of the percentages of DBAs who have only Standard...
May 27, 2008 at 10:51 am
Somebody verify this, but I think you can use the query below to accomplish that. It gives the the filegroup that the clustered index is on, which is where...
May 15, 2008 at 7:00 am
OK. I tried the install again and it installed everything but SSIS. When I try to go back and install SSIS, I get:
"Failure setting securityrights on user...
May 9, 2008 at 1:01 pm
dragos_sv (4/30/2008)
if i did not miss something in the qod.... i think that in sql2005 the default listening port is 1434
should...
April 30, 2008 at 6:22 am
Viewing 15 posts - 346 through 360 (of 473 total)