Partition Tables

  • I partition few tables on yearly basis and would like to find out that the data from all these tables goes to the correct yearly partition and then match the total rows. Need help with the sytax. Thanks

  • You can use the sys.dm_db_partition_stats dmv to find the number of rows per partition for your table.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply