InterviewSolution
Saved Bookmarks
| 1. |
I wanted to know what are the maximum worker threads setting and active worker thread count on SQL server. Can you tell me how to capture this info? What’s the default value for the max thread count? |
|
Answer» Are you the kind of DBA who rebuilds all indexes NIGHTLY? Your differential backups can easily be nearly as large as your FULL backup. That MEANS you’re taking up nearly twice the space just to store the backups, and even WORSE, you’re talking about twice the time to restore the database. To avoid these issues with diff backups, ideally, schedule the index maintenance to happen right before the full backup. |
|