Viewing 15 posts - 286 through 300 (of 7,472 total)
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
The evolution the product made over the years is still amazing me.
Even though, its current progress has less to do with the RDBMS engine itself.
I especially like the fact that...
November 10, 2023 at 9:05 am
That doesn't tell much, does it ?
Maybe the SQLSkills blog and refs can give you a clue for the reason you just have to wait until it finishes ...
November 10, 2023 at 8:52 am
DBCC Shrinkfile is indeed a slow operation !
Things that make it even worse:
What's the result of this query ?
November 10, 2023 at 8:10 am
if you are using the Copy_Only parameter with your backup command, that should not be an issue.
In all other cases: Bingo
November 9, 2023 at 2:52 pm
in your query you are using column [Int] instead of [Inte] !!
November 9, 2023 at 2:41 pm
Indeed.
I'm now monitoring for XE qds.query_store_db_settings_changed
November 9, 2023 at 2:16 pm
November 9, 2023 at 1:18 pm
Can you post the ddl of your table tbl ?
Also keep in mind you may need to cast / convert columns to a varchar data type !
November 9, 2023 at 9:27 am
My bad. I left some ambiguity in my question.
I'm talking about the primary database of a mirrored set, not about the recoverying version of it.
btw: In the mean time I...
November 9, 2023 at 6:50 am
Viewing 15 posts - 286 through 300 (of 7,472 total)