Viewing 15 posts - 5,101 through 5,115 (of 59,068 total)
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
June 14, 2021 at 6:08 am
Sorry. I've not had much time to work on this. Working on it now. Having some fairly good success. I'm also making sure that it's fully documented so that you...
June 14, 2021 at 3:32 am
Viewing 15 posts - 5,101 through 5,115 (of 59,068 total)