Viewing 15 posts - 1,156 through 1,170 (of 59,065 total)
@Everyone...
Any help here on this question? I've not used DDM and so I'm only able to shoot from the hip based on what the documentation says.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2023 at 3:39 am
Again, I've not used DDM but, according to the documentation, it looks like the only function that will work with the IMAGE datatype is the DEFAULT function.
As for backups and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2023 at 3:38 am
The only thing that I can guess is either connection leaks or memory leaks cause by the application(s).
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2023 at 3:25 am
How to enable dynamic data masking for blob data?
I guess my question is, what have you tried? I see no limitations in the documentation for the likes of VARCHAR(MAX)...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2023 at 7:09 pm
Now that's super interesting. Thanks for taking the time to explain all that, Frederico. I really appreciate it.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 5:27 pm
To be honest, I've never needed the 32 bit version and so I've never tried to install it in parallel with the 64 bit version. That being said, you've piqued...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 4:40 pm
Grmbl, the /quiet installationswitch workaround for installing Access Ace drivers 32 and 64-bit side-by-side seems to have stopped working.
That's not the intent of the "quiet" switch. The intent is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 4:00 pm
Also, for child tables in particular, the typical usage would be a seek and then a scan of contiguous rows. In those situations, any significant logical fragmentation COULD cause...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:53 pm
With the exception of random but evenly distributed indexes, I wouldn't use logical fragmentation to determine if an index needs to be rebuilt. In the case mentioned,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:34 pm
I believe you'll find the following article quite interesting. To summarize, Paul White proves that the 5000 row thing is a bit of a myth that, according to him, no...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:27 pm
Ah... almost forgot about another scenario that I ran into. Are the connections to the server setup to explicitly turn off/disable M.A.R.S. It they're not, they need to be. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:11 pm
Thank you.
Not after the Index maintenance job. I check the queries that are consuming for years. They are not new o nes. I tried updating the stats & cleared...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 2:58 pm
Logical fragmentation is seriously overrated as a concern. As Grant said, unless you can seriously prove that it's causing an issue, don't worry about it. I'm working on some articles...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 2:49 pm
And don't forget the veterans that missed so many holidays nor the folks that are on active duty.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2023 at 3:46 am
And, if the update is rolled back instead of being committed because the error was realized, then the second query has just returned incorrect information. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2023 at 3:43 am
Viewing 15 posts - 1,156 through 1,170 (of 59,065 total)