Viewing 15 posts - 4,561 through 4,575 (of 59,069 total)
I definitely have an appreciation for the "old" days. I used to be able to read the holes on a Hollerith card and tell you what it said. 😀
So, thanks...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 26, 2021 at 10:11 pm
Call it what you want, using a GUID to "represent the PK" or vice versa makes no sense to me. Both columns are fixed width (unless you've done row or...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 26, 2021 at 9:59 pm
I really appreciate what you tried to do with the readily consumable data but it's broken. The table creation is broken and the table to be inserted into is not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 26, 2021 at 9:50 pm
To be honest and with the understanding that I have no real good grip on what your processes require, I see no serious merit in having both the IDENTITY column...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 26, 2021 at 7:29 pm
So, they came up with a workaround as below.
- Introduced a new column as BIGINT column. - Made the bigint column as NOT NULL IDENTITY(1,1) with clustered...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 26, 2021 at 4:05 pm
meelan wrote:Hi Grant
Nice post and Thanks
By the way, what is your call sign?
KC1KCE
And thanks.
At home, apparently my call sign is "DINNER!" 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 6:03 pm
On the "hoping" thing, that was just a bit of "before I had enough coffee" conversation. 😀
On Zidar's approach, and like I said in my response, the method that he...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 6:00 pm
Heh... call the folks that are on the infrastructure team. They'll know.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 4:29 am
Steve... you not a mentor for me that that doesn't stop you from being a hero of mine. You've kept this site going and inspired a whole world of mentors. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 4:27 am
Well. I am pretty sure that it is not due to recompile because it recompiles every time anyway as an old-asp-concatenated sql statement. But also I went the MAXDOP...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 3:05 am
Additionally, I am still strongly thinking about adding more files to TEMPDB. Because all the blockees choke on the tempdb latches.
I have found that's usually not the problem but...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 2:57 am
I am always scared when I see code I don't understand.
Thanks for the feedback and the code. It's always appreciated, especially when it's a slightly different take on things.
In...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2021 at 2:49 am
Reducing MaxDop helped, actually. elapsed time reduced from seconds to milliseconds now. Pre-creating temp tables did not change metrics but i understand what you all said regarding that it...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2021 at 10:47 pm
In the tvf it seems possible to factor out a common table expression and the UNION ALL by adding +1 to the row goal and -1 to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2021 at 10:44 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2021 at 10:34 pm
Viewing 15 posts - 4,561 through 4,575 (of 59,069 total)