Viewing 15 posts - 271 through 285 (of 7,466 total)
Why are you not just selecting the needed files from msdb and execute the restore statement directly in your sqlagent job using tsql?
December 5, 2023 at 8:43 am
November 29, 2023 at 3:02 pm
Extended Events is the way to go.
Have a look at the attached script ( capturing key violations ) to get you started
November 29, 2023 at 8:06 am
Why aren't you just using 3 inividual inserts ?
Especially when those perform way better.
November 26, 2023 at 7:48 pm
November 23, 2023 at 1:22 pm
Last time I checked, you could change master db to full recovery, but it did not actually use full recovery !!
This was a couple of editions ago, so I'll...
November 21, 2023 at 8:18 am
Creating a single full backup after its monthly ( or whatever frequency ) operations have been done and it has been switched to "read_only" state, would do the job.
However, you...
November 20, 2023 at 12:09 pm
Can this help you out?
November 20, 2023 at 12:02 pm
And quite an adventure it has been! ( and still is )
November 20, 2023 at 10:56 am
I would only "grant" an RPO of 24 hours for DEV systems, and even then urge then to use full recovery and persue an RPO of max 1 hour.
Don't let...
November 20, 2023 at 10:02 am
"...There is no PRIMARY KEY on this table. Its a HEAP...."
The lack of a primary key does not make the table a heap. ( it is more a lack design...
November 17, 2023 at 3:15 pm
yes, if it is causing page splits
( check clustered index, sort according to clustered index of possible )
November 17, 2023 at 2:36 pm
You should be asking "why has this table 50% unused space" ?
November 17, 2023 at 9:06 am
SQL2022 is known to not being the fasted of the versions.
Have a look at Brent's blog Which Version of SQL Server Should You Use?
November 15, 2023 at 3:06 pm
November 15, 2023 at 3:04 pm
Viewing 15 posts - 271 through 285 (of 7,466 total)