November 4, 2022 at 11:26 am
Hi all,
I currently have a SQL Server 2017 with a filegroup full.
I temporarily added a file as a workaround, but need to solve the issue.
The problem is that it is not a table that is filling up the space, numbers are completely different (table size will make it currently around 10% of total used space).
I checked query store, but it is off, and servicebroker, that is on but the queues are not mostly empty.
Do you guys have any idea?
November 4, 2022 at 1:22 pm
Does it hold blobs ? ( of tables that reside in other filegroups TEXTIMAGE_ON yourtroubledfilegroup)
or indexes of tables/views that reside in other filegroups ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
November 4, 2022 at 1:55 pm
Indexes?
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
November 4, 2022 at 6:34 pm
Memory optimized?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply