先要删除所有索引

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;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2021-11-16
猜你喜欢
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-11-26
  • 2021-11-26
  • 2021-11-26
相关资源
相似解决方案