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
-- 077. sys.column_store_row_groups to find information on Columnstore row groups - SQL Server 2014
-- sys.column_store_row_groups system view for finding the information on the Columnstore row groups, which introduced first in SQL Server 2014
-- Using the system view, we can find information regarding number of rows physically stored and the column for number of rows marked as deleted. By using deleted rows, one can decide whether rebuild required or not.