How can we help you today? How can we help you today?
scott1060

Activity overview

Latest activity by scott1060

When is Redgate going to add the ability to branch through SQL Source Control?
I saw an article around Oracle source control and the ability to branch, so when is Redgate going to add branching ability through MS SQL source control?  I realize there are several other GIT feat...
2 followers 3 comments 0 votes
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
Is there a way to deploy Memory Optimized tables through source control?
Is there a way to deploy memory optimized tables through source control without solely using pre/post scripts and disabling the IncludeDependencies?  Can this be done through, I guess what would be...
2 followers 11 comments 0 votes