@@ -0,0 +1,15 @@
begin tran
```sql
select distinct * into #temp from DataSyncStationSX
delete DataSyncStationSX
go
insert DataSyncStationSX select * from #temp Sqlclub
drop table #temp
select * from DataSyncStationSX
```
order by sid
commit
The note is not visible to the blocked user.