• Hi

    Actually I have a requirement as below

    1) To have a database in sql server 2008 with a set of tables (which will have the fields snapshotdate and frequency along with other data fields)

    2) This set of tables should maintain only the latest 2 daily snapshot dates of data and latest 3 monthly snapshot dates of data and the older one should be removed everytime the new data comes in.

    --> Please let me know the complete steps of how we can do it through partitions in SQL server 2008 which I require very urgently

    Thanks,

    Cletus