先要删除所有索引

create clustered index IX_User_Text_RefTime
on dbo.User_Text(RefTime)
on RefTimePS(RefTime);
go

 


select * from sys.partitions where object_id = object_id('User_Text');
select * from sys.partition_range_values;

相关文章: