Viewing 15 posts - 46 through 60 (of 198 total)
Can't you use Redgate SQL Backup to do restores that are no longer possible with native SQL backups? I think, I did this some years ago with SQL 2005 to...
God is real, unless declared integer.
July 8, 2024 at 8:06 am
Still using SSMS 18.x since my second most important Addon (besides Redgate SQL Prompt) with the name SSMSBoost seems to be deprecated and there is no version that works with...
God is real, unless declared integer.
February 2, 2024 at 1:08 pm
With
SET ARITHABORT OFF; -- or ON, it doesn't matter
SET NUMERIC_ROUNDABORT OFF;
I will not get a warning (contrary to the explanation). But with NUMERIC_ROUNDABORT ON I will...
God is real, unless declared integer.
January 12, 2024 at 12:41 pm
Parthprajapati wrote:
Appreciate the feedback! While MIXED extents have limitations, they can still offer performance & storage benefits in specific cases like TEMPDB management. I'm open to further discussion & exploring...
God is real, unless declared integer.
January 10, 2024 at 4:08 pm
In my opinion this article was written by ChatGPT or another KI tool with no real knowlegde. Besides the errors mentioned by Uwe Ricken it is not more than a...
God is real, unless declared integer.
January 10, 2024 at 8:51 am
Regarding the fact, that people are fired but other companies can't find candidates:
Besides the skill mismatch problem it may be a quality problem too. The IT was booming the last...
God is real, unless declared integer.
January 5, 2024 at 11:33 am
Regarding:
However, if I were carrying around data that was more important than the work I do now or data worth a lot of money, I don't know I'd ever enable...
God is real, unless declared integer.
December 11, 2023 at 11:40 am
we have a ton of stuff local saved (as developer), but the disks of our notebooks are encrypted. Of course this is not 100% secure, if the police storms my...
God is real, unless declared integer.
October 20, 2023 at 12:34 pm
2 minutes is too few in my opinion - it happens regularly that I do something else than typing / moving the mouse (even seeing a training video could theoretical...
God is real, unless declared integer.
October 18, 2023 at 10:49 am
take the database offline (or at least ensure, that nobody writes to it by executing another RESTORE DATABASE on it) and make a file copy / backup of it and...
God is real, unless declared integer.
September 29, 2023 at 8:33 am
Very old article / discussion, but I disagree with the tip to set another database than master as default too
God is real, unless declared integer.
August 13, 2023 at 5:16 pm
My colleague uses this in a database where the analysts could run several simulations.
Each analyst has his own user + schema (which is the default schema for this user) with...
God is real, unless declared integer.
July 27, 2023 at 3:15 pm
Nice advertising article, but I (as SQL but no BI guy) have still absolute no idea, what it is for and how I could use it (or for what).
Can I...
God is real, unless declared integer.
July 27, 2023 at 2:48 pm
I agree, that it could be a valid solution too (depending on your real workload).
But you should change your query a bit to make it faster (place alias of the...
God is real, unless declared integer.
July 12, 2023 at 11:47 am
this may work for a customer + the last order but there are tons of other scenarios where the updates comes much more often or it is not worth the...
God is real, unless declared integer.
July 12, 2023 at 7:35 am
Viewing 15 posts - 46 through 60 (of 198 total)