Viewing 15 posts - 5,251 through 5,265 (of 59,072 total)
My apologies... I flat out forgot that this is a VENDOR supplied table. I absolutely agree with the others but will take it one step further... unless you get written...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2021 at 11:06 pm
I don't suppose removing privs from users and forcing them to use a stored procedure to do restores is an option?
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2021 at 11:42 pm
Please read the second paragraph from the article at the following URL for the answer to that...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2021 at 5:17 pm
You can get it from the following SQL Friday link, Lynn.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2021 at 6:47 pm
I normally don't do self-advertisement but I'm giving a presentation tonight at 6PM EDST online on an interesting subject. Here's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2021 at 6:33 pm
Viewing 15 posts - 5,251 through 5,265 (of 59,072 total)