Viewing 15 posts - 136 through 150 (of 1,580 total)
Peter2012 (1/14/2015)
When I tried to run the same script on my other database, it's throwing below errors. The same exact script, no change at all.
Msg 245, Level 16, State 1,...
January 14, 2015 at 7:55 am
Peter2012 (1/14/2015)
Have some queries:
- How to add date and timestamp to the message?
- What does it mean when the status is showing GOOD or otherwise?
- Should the script be run...
January 14, 2015 at 7:50 am
EDIT: The post removes the < br /> tag that I added...so you need to put that back into the code...
I believe it's a rendering issue; but easily fixed....
January 13, 2015 at 9:04 pm
Curious, have you altered the original script? Are you getting the results as an attachment or as the embedded HTML?
EXECUTE msdb.dbo.sp_send_dbmail @recipients = @Recipients
,@subject = @Subject
,@body = @Body
,@body_format...
January 13, 2015 at 8:15 am
I temporarily resolved the issue by backing up the old stored procedure under a new name and then recreating it under the original name. The report now runs as normal...
January 6, 2015 at 1:24 pm
I've seen this happen with a lot of temp tables (and for the life of me I can't recall the exact reason for its cause); but try replacing some of...
January 6, 2015 at 1:09 pm
What does the result of this show for this exact report (you may need to tweak the query to tailor to your needs)? SELECT TOP 1000 STATUS,
...
January 6, 2015 at 11:59 am
Did you ever end up using this software solution? I know this is a very old thread but noticed you were online so thought I'd take a chance...
We're looking...
December 9, 2014 at 8:35 am
Thanks guys, I wasn't aware of these trace flags. I read the article and do have some concerns that Trace flag 1117 will cause all files to grow equally...
December 6, 2014 at 9:28 am
This is more for a case when there are multiple data files in TempDB and I don't wish to set autogrowth because I don't want to risk growing a single...
December 6, 2014 at 8:10 am
+1 to what everyone else has echoed - great question, and unfortunately, one I missed - TGIF!
November 14, 2014 at 8:11 am
Thanks Perry - I will read through this - thanks for sharing it
November 14, 2014 at 7:41 am
Russell; I'm looking to implement something similar to this and I'd be very curious to see how you implement this (seems like a great step-by-step article that you could post...
November 14, 2014 at 7:20 am
Viewing 15 posts - 136 through 150 (of 1,580 total)