• ApexSQL propogate crashes

    Hi,

    After sometime of running queries in my database list , the application crashes. The log says "A column named 'database_id' already belongs to this DataTable." Has anyone got the same problem?

    Thanks

  • ApexSQL Propagate says it succeeds in running script but expected output is not present on target DB

    I have setup a list of scripts that I want executed on a DB.

    The scripts create Views and Stored Procedure.

    I test the connection to the DB - sucess.

    I execute the script list against the DB - success.

    But...the Views nor Stored Procedures actually get…