Viewing 15 posts - 1 through 15 (of 34 total)
Doh! As soon as I read your comment, I'm smacking my hand against my head. I think I need to go eat something and take a breather before I look...
December 24, 2022 at 12:23 am
Yeah, that code does work. I know it does. My question is why that works and the simple version without a temp table doesn't work.
What do you get when you...
December 24, 2022 at 12:09 am
My setting is set to over 65,000 characters.
I did try your xml method and it truncated in exactly the same place.
December 23, 2022 at 11:56 pm
Can you elaborate?
December 23, 2022 at 11:40 pm
David,
I understand the issues with SMTP servers and I would heavily pursue your line of thinking IF the emails had shown up in msdb.dbo.sysmail_allitems with any kind of status. Or...
August 23, 2021 at 4:06 pm
David,
The emails are all internal.
Can you be more specific about what kind of SMTP error could cause DBMail to not log any errors?
Johan,
In my original description I outlined how I...
August 23, 2021 at 3:35 pm
Thank you. I see how my math went wrong now on the conversion to GB.
Also, I've realized my assumptions were off. When I originally setup the tempdb into 8 files,...
May 26, 2020 at 4:41 pm
For example, the MS site says you can run this
SELECT SUM(unallocated_extent_page_count) AS [free pages],
(SUM(unallocated_extent_page_count)*1.0/128) AS [free space in MB]
FROM tempdb.sys.dm_db_file_space_usage;
But I get these results which make even less sense
Free Pages...
May 26, 2020 at 3:41 pm
Yes, that's what I've seen on the internet. But I don't believe I have that much space in reality. To convert to GB you would divide by 256, right?
May 26, 2020 at 3:35 pm
--***************************************************************************************
January 28, 2019 at 9:13 am
Yeah, I have several habits I'll have to adjust when we upgrade from SQL Server 2014. Of course, the vendor application I'm "tweaking" has a ton of old code like...
November 7, 2018 at 12:37 pm
November 7, 2018 at 11:33 am
November 6, 2018 at 1:27 pm
declare...
November 6, 2018 at 10:45 am
Viewing 15 posts - 1 through 15 (of 34 total)