i partition the table by datetime. After that i tried to insert the data into the partition table.
for example partition boundaries are 20110101:00:00:000, 20110201:00:00:000,20110301:00:00:000,20110401:00:00:000 with range left.
when i insert the data in the partition table, the data of feb month get inserted in march boundary.
I mean the data of 20110201 inserted in 20110301.
So wat the problem will be. if any one help that would be great help for me.