Viewing 2 posts - 181 through 182 (of 182 total)
I did, I created a table with the clustered index like date, ID..
i didnt work either...
do you think cause i move the actual data to the partition scheme...
May 20, 2009 at 1:23 pm
#997853
I did a basic one like:
select * from [table_name] where date > '2009-03-01 00:00:00.000'
i tired on my production DB where the table is not partitioned yet and I tried...
May 20, 2009 at 1:12 pm
#997846