Viewing 15 posts - 2,776 through 2,790 (of 59,067 total)
I'd strongly urge you to avoid a tinyint. Mainly because the room number is "904", not just 4 (and not 94). If you think about it, "room 4" is...
September 6, 2022 at 6:11 pm
@Eirikur...
I guess that I'd hunt down the people that designed that "edge case" and introduce them to pork chop dinners in a major way.
Heh... reminds me of the...
September 6, 2022 at 3:44 pm
p,s, Also, are you using sp_SpaceUsed with the "updateusage" option enabled? If not, you need to start.
September 6, 2022 at 3:33 pm
That's strange, it should run in less than a second.
Do you have a DBA to refer this to or are you the DBA for this?
I'm the DBA. We...
September 6, 2022 at 3:30 pm
Thank you for the reply, Phil!
It was a minor adjustment on the networking folks, and it is fixed now.
thx
Two way street here... what was that "minor adjustment"?
September 6, 2022 at 3:07 pm
Ok, so now find the code that's doing the blocking. One way to do that is to look sp_WhoIsActive by Adam Machanic or Brent Ozar's sp_BlitzCache, read the instructions, download...
September 6, 2022 at 3:04 pm
Make sure you're keeping up with these cumulative updates ! They fix a lot, but you'll have to test !
It's almost humorous as to the amount of irony in...
September 6, 2022 at 2:57 pm
@Eirikur...
I guess that I'd hunt down the people that designed that "edge case" and introduce them to pork chop dinners in a major way.
Heh... reminds me of the battles I...
September 6, 2022 at 2:52 pm
2) I have few cols...
September 6, 2022 at 2:47 pm
I wonder if instead of using literal number 8000, you could limit the number of rows in the first CTE
to count the number of delimiters in the string, but...
September 6, 2022 at 4:41 am
Why not reach out to the author of that article?
September 6, 2022 at 12:35 am
I was wondering if anyone knew how I can change the Excel rendering format in the reportserverconfig file
so the default cell format is text and not General. If not,...
September 6, 2022 at 12:31 am
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement: Some deadlocks are healthy. or Some level of deadlocks is healthy.
Or...
September 6, 2022 at 12:08 am
Knowing when the last index maintenance is nice to know... In conjunction with the two types of fragmentation, it helps alert you to which indexes might need some help in...
September 5, 2022 at 9:24 pm
BTW, Steve... Congratulations on MVP #15! WHOO_HOOO!
September 5, 2022 at 8:28 pm
Viewing 15 posts - 2,776 through 2,790 (of 59,067 total)