Thinky Night
SSCommitted
Points: 1663
More actions
August 1, 2011 at 2:22 am
#241550
I have two tables:
CREATE TABLE T1(
ID,
NAME,
CREATE_TIME
) ON PRIMARY
CREATE TABLE T2(
T1_ID
NAME
FOREIGN KEY -----> T1.ID = T2.T1_ID
How do i partition table t2 by T1.CREATE_TIME?
Regards,
Vishal.Gajjar
SSCrazy
Points: 2285
August 1, 2011 at 3:13 am
#1361409
Hi,
AFAIK, this is not possible.
The partition key - the column used for partitioning must exist as a single column in the same table.
Vishal Gajjarhttp://SqlAndMe.com
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply