Persisted Computed Column Data Type | SQL Server Development and Administration by David Bridge

Persisted Computed Column Data Type | SQL Server Development and Administration by David Bridge

瀏覽:1266
日期:2025-04-30
If you create a computed column on a table and make it persisted then the column is calculated as the data is entered in to the database and therefore takes up space in the database. The value saved also determines the data type which may benefit from bei...看更多