Viewing 15 posts - 286 through 300 (of 7,466 total)
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
What is actually the question ?
Why are inserts failing ? ( trace it if it's not available in the application logs )
November 8, 2023 at 8:04 am
no
November 6, 2023 at 8:06 pm
You should also perform restores on a regular basis to see of your backups still meet your...
November 2, 2023 at 8:48 am
If SQLServer detects the new definition to be the same as the current definition, it will not act.
However, if there are data type storage alterations, it will have to rebuild...
October 25, 2023 at 2:52 pm
Keep in mind, to retrieve data in a certain order, you need to add an order by clause to your select statement !
October 24, 2023 at 6:12 am
Check the connection objects used by your application
October 19, 2023 at 11:24 am
Viewing 15 posts - 286 through 300 (of 7,466 total)