How to create a partition in Azure SQL Table
问题 I am going to create a SQL tables in Azure SQL database, and I want to create a partition of table, but I don't know how to do that, can any one show me some demo example or query to perform this. I am using SQL management studio to connect my Azure db. 回答1: We take advantage of partitioning SQL Azure tables. We use it so we can rapidly truncate the oldest partitions of data. We have a great blog post that walks through step by step how to do it: https://stackify.com/how-to-partition-tables