0
kicks
SQL Server–Partitioning FILESTREAM data with RANGE LEFT does not work
One of the problems I came across while writing the partitioning chapter for my FILESTREAM book is that the partitioning does not work correctly with RANGE LEFT. It works as expected when using RANGE RIGHT. Something is wrong with RANGE LEFT and the problem...