Viewing 15 posts - 2,896 through 2,910 (of 39,818 total)
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
GROUP BY is your friend here, and John has a great solution. If you need something else, please give us the table DDL, some INSERT statements for this data, and...
April 27, 2020 at 3:43 pm
Hadn't heard of it, but I'm not surprised. This is a time criminals will take advantage of the stressful situation
April 27, 2020 at 2:01 pm
In dev/test environments, these are not as secure as production. PII, in general, should not be used in these places. This means generate or anonymize data. Even having developers accessing...
April 25, 2020 at 11:47 pm
You're misunderstanding CI and ML.
CI is designed to catch these things. Developers do not magically write better code with CI. This is < 1 bug/month per dev. Shocking? I'd say...
April 25, 2020 at 8:02 pm
I keep everything on my desktop, laptop, and mobile, but that's because I'm often on the go. However, I've turned off most notifications because I don't want to interrupted if...
April 24, 2020 at 6:38 pm
This is a strange time, and I agree, Jeff, the pulse of the people is what's often lost. I get some of that from randomly flipping through Slack when I...
April 24, 2020 at 5:23 pm
Have you read this? https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/database-mirroring-sql-server?view=sql-server-ver15
It answers most of your questions. This can be automatic or manual. Clients move and are configured according to: https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/connect-clients-to-a-database-mirroring-session-sql-server?view=sql-server-ver15
April 23, 2020 at 2:20 pm
You don't change SSMS to use a version. They choose the ones required. That's the advantage of .NET. The developer targets a version, and multiple versions of .NET can coexist.
April 23, 2020 at 2:18 pm
Viewing 15 posts - 2,896 through 2,910 (of 39,818 total)