Viewing 15 posts - 1 through 15 (of 7,504 total)
nice article
April 6, 2026 at 1:15 pm
Keep in mind, the modif % for filtered indexes is calculated based on the full tables number of rows !!
If needed, schedule a sqlagent job to update ( the wanted...
March 31, 2026 at 12:46 pm
If your domain admins alsomigrated the SIDs to the new domain's SIDHistory, this should keep on working
March 15, 2026 at 4:16 pm
This cannot be done on Azure SQL Db
March 2, 2026 at 7:28 am
Never give up ...
So, for Cross-DB ownership chaining to work, it is mandatory all involved schemas and objects have the same owner !
If not, the chain breaks, and it all...
February 24, 2026 at 3:00 pm
BTW There are 20 columns nvarchar(256) = 20 * 512bytes ! due to Nvarchar .
So max 10240 bytes + the length of the other columns + nulls indicators.
I've tested with...
February 23, 2026 at 1:20 pm
Did you check the actual consumption stats
SELECT
OBJECT_SCHEMA_NAME(ips.object_id) AS schema_name,
OBJECT_NAME(ips.object_id) AS table_name,
ips.index_id,
ips.partition_number,
...
February 23, 2026 at 10:34 am
Keep in mind columns actual data consumption may vary (insert vs update), so your columns length may actually be needed during the process.
Once it uses row_overflow_data, chances are your data...
February 22, 2026 at 3:24 pm
Thank you for all that you, Andy and Steve did.
You didn't only build a great resource for may to use.
You guys really built a great foundation for people to grow...
February 20, 2026 at 5:05 pm
No problem over here.
No extensions installed.
February 12, 2026 at 7:16 am
It should be available and incorporated in a decent development and maintenance process.
That being said, I join Phil's experience.
February 5, 2026 at 6:24 am
Johan Bijnens wrote:Congratulations !
I've been enjoying it for nearly that whole era ๐
Probably, and we're both getting older
I'm happy to confirm that statement ๐
February 4, 2026 at 6:42 am
Congratulations !
I've been enjoying it for nearly that whole era ๐
February 3, 2026 at 7:53 am
We are using a partition function based on month number and have filegroups per month.
Best ref is the one Steve mentioned.
You can add filegroups as you want.
You need to map...
January 30, 2026 at 2:52 pm
will there be concurrent activities?
January 16, 2026 at 9:06 pm
Viewing 15 posts - 1 through 15 (of 7,504 total)