You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Find tempdbs with uneven initial size or growth
-- Part of the SQL Server DBA Toolbox at /~https://github.com/DavidSchanzer/Sql-Server-DBA-Toolbox
-- This script generates an explanatory sentence if there are multiple size, growth or is_percent_growth values on tempdb data files.
SELECT 'The tempdb database has multiple data files in one filegroup, but they are not all set up with the same initial size or to grow in identical amounts. This can lead to uneven file activity inside the filegroup.'