Viewing 15 posts - 2,836 through 2,850 (of 59,098 total)
2) I have few cols...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 4:41 am
Why not reach out to the author of that article?
--Jeff Moden
Change is inevitable... Change for the better is not.
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,...
--Jeff Moden
Change is inevitable... Change for the better is 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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 9:24 pm
BTW, Steve... Congratulations on MVP #15! WHOO_HOOO!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:28 pm
So dig into that one query and find out what's going on with it and what's causing it to wait.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:26 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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:21 pm
Heh... checking out the following link...
https://financesonline.com/10-biggest-hotelst-in-the-world-the-highest-number-of-rooms-to-stay-in/
... The entries that list the number of rooms, floors, and buildings seem to indicate that TinyInt will probably work just fine. You would need...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 8:14 pm
I'd likely do similar but with TinyInt for each. There'd also be a usage category column.
Having been to Las Vegas in the last few years, not sure a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 7:59 pm
It's just my opinion but that violates the rules of integer division
Why would you expect the rules of integer division to apply when the input data are not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 7:57 pm
I'm having an issue on 2016 and 2017... If you have 2019 or any version prior to 2016, would you run the following code, please, and let me...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 7:52 pm
Good timing - the current feature list for SQL Server 2022 includes the function GENERATE_SERIES(), which looks like a handy way to generate the Numbers or Tally rows.
Agreed. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 7:42 pm
Unless you have a system, such as Ola Hallengren's index maintenance solution, there's nothing in SQL Server that logs this information. And, no... even though index REBUILDs update stats, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2022 at 4:22 pm
Viewing 15 posts - 2,836 through 2,850 (of 59,098 total)