In the Deploy & Execute steps window, there is a checkbox called Script all objects.
For debug purposes, you can check this checkbox to make all parts of the SQL script, which was created during deployment, available in the log. You can view the log by clicking on the View Log button.
The checkbox is needed because TX uses Shared Management Objects (SMO) to create tables instead of just executing CREATE TABLE statements against SQL Server. The drawback is that all the statements that were executed through SMO is not in the log.
2 Comments