Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
I think below code might work for you,I am not sure but have a try on it.
UPDATE Family1 SET Children = 3 from Family1 f1 inner...
May 12, 2012 at 8:34 am
#1486744
Partition Function Is nothing but It tells which Partition is going to store what range of values,
Firstly We Create a Partition Function then that...
April 30, 2012 at 11:37 pm
#1481603
Hi, you can dynamically add new partition,As this time I am also Performing Database Partitioning On the Basis of Year,Currently I have made two partitions for testing for Storing Transactions...
April 30, 2012 at 4:10 am
#1481104