Archive for July 22, 2009
Partitioning computed columns
For a project at work, I’ve been asked to help optimize our ETL process. Part of that involves taking an existing table, and partitioning it along two existing columns. Since the partitioning process only supports partitioning on one column, the obvious choice is to use a computed column. I ran into some issues along the [...]
July 22, 2009
·
stuart ·
No Comments
Posted in: SQL, SQL Server, SQLServerPedia Syndication



