Viewing 15 posts - 5,116 through 5,130 (of 59,072 total)
I would like to see if any other alternatives were there. other than Case.. Please
Thank you
Heh... more likely, it's probably an interview question. 😉 It's a good one, IMHO,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 4:52 pm
FWIW, the 8KB schedule is online: https://eightkb.online/
Mr. Moden presenting, if you can make it, at Level 8192. Well above the 400-500 level of other sessions.
Heh... that level was...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 4:13 pm
My basic trouble with hackathons in a company is... why do they actually need one to begin with? It seems like that's an admission that they don't embrace innovation during...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 3:16 pm
P.S. I am not sure what do you mean by "no directly usable data to test"
He means "Readily Consumable" data. Please see the article at the first link below...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 1:37 pm
Yes, you would need to download and install the ACE drivers. If you use the quiet mode, you can do it without have to make the mistaken of uninstalling all...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 1:33 pm
That was a super fast load process... Just wanted to thanks again ... very impressive and well documented SP
Just a side question, what process do you choose to load...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 2:37 am
Your code has an rCTE(Recursive CTE) in it that is reading 1 row at a time for a total of 21.45 million rows probably due to the result of an...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2021 at 2:02 am
I have to admit that I miss in-person events because, as good as they can be, discussions even on things like teams still don't have the "feel" and "serendipity" of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 8:04 pm
That might also be the reason why they've done the RBAR thing in the trigger. They don't want to have everything during and Insert or Update roll back...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 7:54 pm
As it's written, it returns either a NULL or and empty string. I think someone forgot to complete the 2nd operand of the substring, which should probably equate...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 7:37 pm
That might also be the reason why they've done the RBAR thing in the trigger. They don't want to have everything during and Insert or Update roll back if something...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 7:19 pm
I would think that a trigger to try to catch errors in other places would be mostly useless for a lot of code but I don't see anything wrong with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 7:15 pm
I just took a glance at the trigger. The size of the thing is truly horrendous.
If it's for a table with a large number of columns and it's an...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 2:39 pm
Brief tangent into real SQL stuff...
Has anyone ever heard of table triggers not firing for every row if you do set-based updates to records?
Our vendor sent us code for...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 1:18 pm
Ok. Mostly done. We still need to add some "pretty" error handling and the file move-after-imported thing but this is working quite nicely and it does tolerate errors along with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2021 at 6:08 am
Viewing 15 posts - 5,116 through 5,130 (of 59,072 total)