Hi Tony,
When you manually delete the staging table in SQL, you return to VS, you can Regenerate Staging Table, and then it will appear in your project. But at this time, database errors will be synchronized, I think this should be the difficulty encountered.
-
My solution is to manually create a staging table with the same name through a statement in SQL, and add the required fields of not null, then you can synchronize the database normally, build project.
-
Take my table MySelectTable as an example, when you delete MySelectTableStaging, regenerate it in VS, and then create it through SQL statements, and add some not null fields?
