Viewing 15 posts - 2,836 through 2,850 (of 39,771 total)
I hope no one intends this to be a section of production code, but I'll add a note to the explanation.
April 30, 2020 at 3:22 pm
Where in automotive? I know the AI for engine "twins" in planes is working well. I think some of the new drone/inspection stuff works well.
Marketing. Maybe. It likely has improved...
April 30, 2020 at 3:20 pm
No live baseball, but debates continue: https://www.espn.com/mlb/story/_/id/29105966/is-astros-title-tarnished-jeter-overrated-settle-biggest-debate-all-30-teams
April 30, 2020 at 2:56 pm
Mine is in an infant stage, so you're way ahead, Stewart.
April 29, 2020 at 3:30 pm
As I jump between R, Python, PoSh, C#, I have to keep checking myself.
April 29, 2020 at 3:29 pm
You can, but this requires code changes. You need to open keys, encrypt/decrypt data, and then run your code.
April 28, 2020 at 2:53 pm
I agree, but I personally don't like multi character aliases. For me, they clutter the code and make it less readable. I like to name them a,b,c,d... and that...
April 28, 2020 at 2:08 pm
The more articles the better. I wasn't sure ADF was better, but I'm coming around to this view. We've got one coming tomorrow on basics, but it would be good...
April 27, 2020 at 5:10 pm
Absolutely. The more specific examples, the more people learn to avoid the pattern
April 27, 2020 at 5:09 pm
And keep 2 full backups.
My recommendation is that you don't do this yourself and use Ola's script: https://www.sqlservercentral.com/scripts/sql-server-backup-integrity-check-index-and-statistics-maintenance
April 27, 2020 at 4:58 pm
The user can get their QDS properties in SSMS and there is a "script" button at the top.
Grant has a couple books. I think one is on Kindle Unlimited if...
April 27, 2020 at 4:56 pm
Good thoughts from Anthony.
If you are not rewriting the app at all, use a VM. You can get more predictable performance, reserve capacity over time for less $$, and do...
April 27, 2020 at 4:00 pm
The cursor won't help. This will spread the update over time, at the expense of slower commit times for the client, which just moves the problem. Might cause an unresponsive...
April 27, 2020 at 3:51 pm
Viewing 15 posts - 2,836 through 2,850 (of 39,771 total)