Viewing 15 posts - 2,926 through 2,940 (of 39,818 total)
More that you are applying an "all or nothing" for the policy to all objects, meaning that the predicates are one big group. If I needed to have a separate...
April 14, 2020 at 6:47 pm
Sorry, got busy and forgot about this.
I think if things are related, it's good to have them in one policy, so that you see them. If you start to have...
April 14, 2020 at 4:37 pm
Same here, I ran across this and learned something. I want to do more spatial questions, but it's hard because I am busy with things, and this is complex topic.
April 14, 2020 at 4:34 pm
Management is concerned, and trying to engage people. Certainly many of us are introverts, but there is a difference between enjoying your own company, but being in social areas, and...
April 14, 2020 at 4:33 pm
Testing is always a hole. A similar SQL Agent bug in 2005, from changing an enum. Here, I think someone just didn't cover this case, which is both disappointing, and...
April 14, 2020 at 4:31 pm
Only a restore, as John noted, tests this. That is only at that point in time, and later the file might get corrupted, especially during copying, but doing this regularly...
April 14, 2020 at 4:29 pm
success is for the job. The parts of the job might have issues, but depending on your proc, you might report success. Seeing the proc will help, but honestly, there...
April 13, 2020 at 5:45 pm
You are at risk. You are assuming your full backup file is actually correct and not corrupt. If you restore it regularly, that's better, but image you back things up,...
April 13, 2020 at 4:25 pm
Performance is more variable. You could read about the differences there. You also don't have the same control. You can't see hardware, and must work on any issues with looking...
April 13, 2020 at 4:20 pm
You'd have to provide more info about how the job is running and scheduled. SQL Server backups should not interfere with workload, nor should workload interfere with them. Not sure...
April 13, 2020 at 4:18 pm
Thanks, but these threads are not asking for help. They are asking for authors to write articles for this site.
April 12, 2020 at 4:54 pm
Thanks, but these threads are not asking for help. They are asking for authors to write articles for this site.
April 12, 2020 at 4:54 pm
You likely need a trigger. It's hard to explain how to do this in a post, but look at this
https://www.sqlservercentral.com/articles/auditing-through-triggers
April 10, 2020 at 6:30 pm
use DATEADD in your WHERE clause. you can use this to add 1 and 2 years to the date, and then limit the data returned in an aggregate.]
Something like:
April 10, 2020 at 6:28 pm
No real timeline for any of these. It's just a set of things I'm trying to tackle. Not all on this day.
I have a few others, but need to find...
April 10, 2020 at 5:43 pm
Viewing 15 posts - 2,926 through 2,940 (of 39,818 total)