Hi I got a requirement to partition the table on year, the column datatype is int and the values are like 03,04,05,06,07,08,09,10,11,12,13,14 etc..
Does SQL Server only supprts RANGE partitioning?
Can someone help me in partitioning the table here?
Thanks a alot in advance