Download the runbook and check step25 issue if it's table field issues Connect to RDP and SQL server execute the below scripts
select TABLEID from SQLDICTIONARY where name ='TableName'
delete SQLDICTIONARY where TABLEID in ('TableID')
drop table TableName
https://nuxulu.com/2020-05-10-database-sync-after-data-type-on-field-has-been-changed/
No comments:
Post a Comment