Skip to main content

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.

mceclip0.png

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 are not in the log.

Viewing the log may show something similar to the following.

 

 

You can click the Word Wrap at the bottom to make the script fit in the window horizontally. You can also copy and paste the script into a support ticket for our review should there appear to be an issue with the deployment and execution.

 

Be the first to reply!

Reply