2
Tăng độ chính xác thập phân đột ngột tăng kích thước của bảng
Tôi có một bảng như: CREATE TABLE grid_rows( [grid_row_id] [int] NOT NULL, [grid_column_id] [smallint] NOT NULL, [decimal_val] [decimal](18, 6) NULL, [datetime_val] [datetime] NULL, [integer_val] [int] NULL, [string_val] [varchar](1024) NULL ) Bảng này có một số 1,037,560 rows exec sp_spaceused "grid_rows" gives: rows reserved data 1,037,560 461,768KB 302,648KB` Sau khi thay …