Viewing 15 posts - 3,196 through 3,210 (of 39,818 total)
Thanks, that's what I'm hoping to do. Glad you like it.
December 16, 2019 at 11:11 am
If any of you would like to write up a little bit about your testing here, both with striping and other options, it might be good to have a few...
December 16, 2019 at 10:42 am
I've rarely done much work with them, so I find these tips and tricks interesting. There is a lot of value in using schemas for various separation items, like auditing,...
December 14, 2019 at 8:41 am
Henrik,
That's actually a great suggestions. I wasn't sure what naming to recommend, and hadn't spent much time on it, but I like the idea of mastersys as a way to...
December 14, 2019 at 8:22 am
How would you know what values to use in the new system? I don't see anything in the new one that would let you derive the 20 rejected for grapes.
December 11, 2019 at 6:03 pm
https://www.sqlservercentral.com/articles/managing-transaction-logs
The used space in the log is always what's active. Inactive/truncated space is still there. You always want a pad in your file, as SQL Server manages this.
December 11, 2019 at 5:43 pm
If you have code using these, it may have issues. Other than that, shouldn't be an issue.
Note: Microsoft recommends this: https://support.microsoft.com/en-sg/help/2868725/microsoft-security-advisory-update-for-disabling-rc4
December 11, 2019 at 5:40 pm
Memory and standard edition might be one reason. Likely ignorance is the biggest cause. People don't think about them, or as Grant mentioned, heard about early limitations.
December 11, 2019 at 5:34 pm
Make sure you have all the stripes. You need them all for a restore.
December 11, 2019 at 5:33 pm
Does it work? What are the hassles of running it this way?
I'm a big fan of using things that work, not changing them without a good reason.
December 11, 2019 at 5:29 pm
How do you know this is all whitespace? The log is reused and should be rewritten over time. There is a circular nature to this, with SQL Server writing through...
December 11, 2019 at 5:16 pm
It should not be growing every day with log backups unless you have an increasing workload. I suspect you're missing something. Perhaps your log backup are not running as you...
December 11, 2019 at 5:09 pm
That is weird. I assume you moved to numeric/decimal? Or something else?
Any other numbers that you found to be a problem? I could likely script this, but it's an interesting...
December 11, 2019 at 4:38 pm
Is the growth linear, or is it all of a sudden one day?
December 11, 2019 at 4:31 pm
Not sure about that approach myself, for now i stay where i am and trade payment for freedom at work.
Glad you know what you're doing, and certainly I've made...
December 11, 2019 at 4:07 pm
Viewing 15 posts - 3,196 through 3,210 (of 39,818 total)