ALTER
TABLE dbo.employee SWITCH PARTITION
$partition
.HourRangePF1(762) TO [dbo.employeearchieve$partition.HourRangePF1(762)]
Will this script work im trying to switch partition between the tables. im trying to switch the partition between employee table and employeearhieve table.