Viewing 6 posts - 1 through 7 (of 7 total)
You are a god!
Thank you so much this has been tremendously helpful.
May 11, 2022 at 2:16 pm
Well I found out why I stopped trying before. Following the instructions on the Backend Pool creation it says I need to pick an availability set. The servers where setup...
March 18, 2022 at 2:17 pm
I tried creating a load balancer but I must have done it wrong, there were steps I missed and I wasn't sure if that was it. I will follow those...
March 18, 2022 at 2:22 am
Thanks Scott. I think that is the default, it is already set to 0 and I never changed it.
July 7, 2021 at 1:23 pm
Thank you Scott! If I am understanding you correctly, I will recreate the tables that have legacy data types and use the TEXTIMAGE_ON syntax to put LOB on a different...
July 1, 2021 at 8:30 pm
Did not let me attach so here is the code...
SELECT DISTINCT
OBJECT_NAME(p.object_id),
au.type_desc,
au.filegroup_id,
CAST(ROUND((SUM(au.used_pages) / 128.00), 2) AS NUMERIC(36, 2)) AS Used_MB,
CAST(ROUND((SUM(au.total_pages) - SUM(au.used_pages)) / 128.00, 2) AS NUMERIC(36,...
July 1, 2021 at 4:58 pm
Viewing 6 posts - 1 through 7 (of 7 total)