Activity overview
Latest activity by Stevie
@ostandage Good morning Owen, When applying the latest update of SQL Compare, SSMS has been able to launch successfully.
/ comments
@ostandage Good morning Owen,When applying the latest update of SQL Compare, SSMS has been able to launch successfully.
@ostandage Have there been any updates regarding a fix? / comments
@ostandage Have there been any updates regarding a fix?
@ostandage Thank you for checking in Owen. In my case, SSMS crashes before even the connection dialogue appears.
/ comments
@ostandage Thank you for checking in Owen.In my case, SSMS crashes before even the connection dialogue appears.
I had to uninstall SQL Prompt in order to get SSMS to launch successfully. Tried to reinstall SQL Prompt and the behavior returned. / comments
I had to uninstall SQL Prompt in order to get SSMS to launch successfully. Tried to reinstall SQL Prompt and the behavior returned.
Has there been any progress/updates on this front? I'm attempting to automate data compares and avoid the FK failures without leading to untrusted FK relationships. / comments
Has there been any progress/updates on this front? I'm attempting to automate data compares and avoid the FK failures without leading to untrusted FK relationships.
@Tianjiao_Li Thank you for your response. However, the 'NoTransactions' option has been specified in the parameters. While the operation is not being rolled back, it is not continuing after the error in the script has been reached, which is what I understood the 'NoErrorHandling' option was meant to work around. The script in question is comparing the schema at client instances which may very well have errors in their objects outside of DBA control. / comments
@Tianjiao_LiThank you for your response. However, the 'NoTransactions' option has been specified in the parameters. While the operation is not being rolled back, it is not continuing after the erro...
NoErrorHandling line option not being utilized
I am having issues with passing the NoErrorHandling option to a SQL Compare (Version 14.2.9.15508 Professional) script I am writing in PowerShell. I have both the NoErrorHandling and NoTransactions...