SQL Server 2005 Partition table by foreign referenced data -



SQL Server 2005 Partition table by foreign referenced data -

is there canonical way partition table referenced info table?

for example

timetable id datetime bigtable id timetable_id -- foreign key .. other info ..

i want partition bigtable datetime in timetable. thankx.

as noted here, partitioning column must part of unique indexes on table, include primary key.

i think selection here denormalize timetable.datetime column bigtable column available partitioning.

sql-server sql-server-2005 partitioning

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -