Viewing 15 posts - 5,236 through 5,250 (of 59,068 total)
I don't suppose removing privs from users and forcing them to use a stored procedure to do restores is an option?
May 15, 2021 at 12:28 am
The "best" way would be to have an "INSTEAD OF" trigger that checks the entry. You could also do it after the fact with a normal "after" trigger that would...
May 15, 2021 at 12:06 am
What are you saying you want done if an attempted entry contains one of the taboo characters? Do you want to silently reject the entire entry or just remove the...
May 15, 2021 at 12:00 am
I avoid SSIS like the plague and so I'm not sure but it looks to me like SSIS isn't able to access the file. Have you checked to make sure...
May 14, 2021 at 11:42 pm
Please read the second paragraph from the article at the following URL for the answer to that...
May 14, 2021 at 11:28 pm
If you stop and think about it, all the supposed light-weight things you propose are just another way of capturing history except they are more heavy weight.
May 14, 2021 at 11:22 pm
The other part about the documentation on index maintenance is that it's spread all over hell's little half acre. This IS a spot that actually describes what REORGANIZE does in...
May 13, 2021 at 6:51 pm
Thoughts this crew might like this:
"Do not assume that index maintenance will always noticeably improve your workload."
Thoughts this crew might like this:
"Do not assume...
May 13, 2021 at 6:45 pm
I can say that some indexes rebuild from a 98% frag..... rebuild will take it down to less than 1%, give it an hour and that save index...
May 13, 2021 at 5:17 pm
You can get it from the following SQL Friday link, Lynn.
May 13, 2021 at 3:23 am
For those recommending modifying the code - this is 3rd party vendor code and modifying that code without the vendors permission could invalidate the contract. Some vendors will...
May 12, 2021 at 7:46 pm
The new CE thing killed us. We had to turn it off.
With that in mind, Adaptive Joins has me scared to death.
I won't get into the other stuff on that...
May 12, 2021 at 6:54 pm
So would you recommend to run update statistics with full scan for the whole database weekly instead of normal update statistics? One thing I noticed when I compared...
May 12, 2021 at 6:47 pm
K. Thanks. One of your answers begs another question. Is that "other" database on the same instance?
May 12, 2021 at 6:21 pm
Viewing 15 posts - 5,236 through 5,250 (of 59,068 total)