How can we help you today? How can we help you today?
scott1060
I still get the error when a deployment tries to drop a memory optimized table unless it's stated in our post scripts.  Even with "Don't use transactions in deployment script" selected. [image] [image] [image] [image] WARNING: The error 'DDL statements ALTER, DROP and CREATE inside user transactions are not supported with memory   optimized tables.' occurred when executing the following SQL:  WARNING: DROP TABLE [dbo].[Test]  The database post script failed  The database update succeeded  NotSpecified: Applying update script failed: DDL statements ALTER, DROP and CREATE inside user transactions are not supported with memory optimized tables.  At C:\Octopus\Work\20200526160027-126559-269\Script.ps1:289 char:46  + ... xportPath | Use-DatabaseReleaseArtifact -DeployTo $databaseConnection ...  +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  at <ScriptBlock>, C:\Octopus\Work\20200526160027-126559-269\Script.ps1: line 289  at <ScriptBlock>, C:\Octopus\Work\20200526160027-126559-269\Bootstrap.Script.ps1: line 2799  at <ScriptBlock>, <No file>: line 1  at <ScriptBlock>, <No file>: line 1  Applying update script failed: DDL statements ALTER, DROP and CREATE inside user transactions are not supported with memory optimized tables.  The remote script failed with exit code 1  / comments
I still get the error when a deployment tries to drop a memory optimized table unless it's stated in our post scripts.  Even with "Don't use transactions in deployment script" selected. WARNING: Th...
0 votes