Viewing 15 posts - 6,406 through 6,420 (of 9,643 total)
Barry,
Of course it wouldn't be reliable, I mentioned it.:D Actually that is interesting, I may have to find a way to test that out. I know I...
January 5, 2009 at 8:49 am
Chris Morris (1/5/2009)
RBarryYoung (1/5/2009)
January 5, 2009 at 8:32 am
Michael Ross (1/5/2009)
January 5, 2009 at 8:27 am
Timothy (1/5/2009)
January 5, 2009 at 8:24 am
There are several articles on this site that you may find helpful, here are a few:
http://www.sqlservercentral.com/articles/Administration/61319/
http://www.sqlservercentral.com/Authors/Articles/BuckWoody/61051/
http://www.sqlservercentral.com/articles/Career/61535/
http://www.sqlservercentral.com/articles/Administration/64732/
January 5, 2009 at 8:18 am
C'mon Barry, sounds like a topic you could handle as well.
January 5, 2009 at 8:08 am
You definitely do not want to try to start an SSIS package from a trigger. If that fails the entire transaction will be rolled back. Since DB Mail...
January 5, 2009 at 8:07 am
Does the report server service account have rights to the printer?
January 5, 2009 at 8:04 am
Just to pile on, normally in these cases it is Parameter Sniffing.
David's suggestions are valid as well, particularly about comparing execution plans.
January 5, 2009 at 8:02 am
I have tried several free and not free schema comparison tools and I believe RedGate's SQLCompare is the best and worth the money. ApexSQL's SQLDiff is not bad and...
January 5, 2009 at 7:59 am
You can list several queries in the @Query parameter. I'd separate with either a GO or a ";", but white space works as well.
January 5, 2009 at 7:55 am
GilaMonster (1/4/2009)
Were there any reindex jobs running during the period the log grew?
You never answered Gail's question. In my experience, it has usually been a reindex operation that has...
January 5, 2009 at 7:00 am
You can use Query Analyzer to query msdb.dbo.sysjobhistory and sysjobs and set the output to a text file.
January 5, 2009 at 6:56 am
I don't believe this is possible, but it has been awhile since I tried it.
January 5, 2009 at 6:51 am
I guess I disagree with Steve a little on this one as I believe that documentation/comments should be written so someone below your level can understand the code. I...
January 5, 2009 at 6:34 am
Viewing 15 posts - 6,406 through 6,420 (of 9,643 total)