Viewing 15 posts - 5,311 through 5,325 (of 59,089 total)
Make it easy on yourself... add a trigger to the table to count "what's happening" to the table and capture it in a "what happened at what time" history table. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2021 at 7:47 pm
Agreed. And I'd make sure that I didn't use the Payments table as an Invoice table like what currently appears to be happening.
To be honest, this has been done in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2021 at 12:52 pm
To add to what Grant stated about statistics above...
We're one of "those" shops where folks seem to have seriously embraced IDENTITY columns for everything. That means the Clustered Indexes are...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2021 at 12:45 pm
To be sure, I'm not talking about Bob Martin himself any more than I'm talking about Knuth himself. They are both are spot on.
No... I'm talking about the lot of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 2, 2021 at 10:00 pm
Is there a way of knowing Indexes:
One of the best tools for that question and a whole lot of questions that follow that can be found at the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 2, 2021 at 8:26 pm
Where possible use the techniques from Bob Martin's clean code so code comments can be kept to a minimum
It's unfortunate that people interpret his book/witings as that. It's kind...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 2, 2021 at 8:12 pm
@jeff-moden LOL. I did get an email ack:
@gbritton1 : Thanks for your contribution! The author(s) have been notified to review your proposed change.
(It's Gerald btw)
Oh my. My apologies, Gerald. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 11:39 pm
Sorry - I don't follow...how are you passing results of one job step to another job step when using xp_CmdShell?
That's just it... I'm not. 😀 I don't need...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 5:20 pm
LibreOffice is not expensive at all
I just took a look at the website for that. It seems they have a huge amount of documentation, as well. I'm going...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 4:52 pm
Like I said in the other post on a similar subject...
Can you use xp_CmdShell? I ask because that's still the easiest way whether you end up using "ping" or "nslookup"....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:42 pm
Looking for any easy way to do same inside sql, maybe any new way appeared through the years?
Can you use xp_CmdShell? I ask because that's still the easiest...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:39 pm
Sadly, I'm not dealing with young kids but middle-aged men.
Heh... the one's at the peak of their career... and the Kruger-Dunning curve. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:23 pm
Thanks for the feedback. Looks to me like you totally "get it"! 😀
Just in case you want to do even more in the area of rapidly generating random but constrained...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:11 pm
I have trouble even imagining the business or technical case where I'd ever design a table to have massive deletes all over the table...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:02 pm
Here's an easy way that doesn't require much in the form of prep...
--===== Demonstrate one of many "right" ways to do this.
DROP TABLE IF...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 2:54 pm
Viewing 15 posts - 5,311 through 5,325 (of 59,089 total)