Hi,
I have a table created and as of now there is no data in the table, I created a partition view on this table based on the paiddate field. Then I have loaded nearly 3months of data in the same table where partition was created. then I checked the sys.partitions for the same object, but the rows in sys.partitions is not matching with the no of rows in my data for the paiddate.
How can I check my partition is working correctly or I can drop the partition function and recreate it again. Please advise
Regards
Kalyani