Viewing 15 posts - 4,546 through 4,560 (of 59,067 total)
Not to mention "Y", "N", month names with no reference to a year and much more.
September 26, 2021 at 11:05 pm
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...
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...
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...
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...
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...
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!" 😀
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...
September 25, 2021 at 6:00 pm
Heh... call the folks that are on the infrastructure team. They'll know.
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. ...
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...
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...
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...
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...
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...
September 24, 2021 at 10:44 pm
Viewing 15 posts - 4,546 through 4,560 (of 59,067 total)