How can we help you today? How can we help you today?
Greg_Smulko
@davejhahn, thank you for your report, it is a bug indeed. We'll fix in the next release of SQL Change Automation Visual Studio extension. / comments
@davejhahn, thank you for your report, it is a bug indeed. We'll fix in the next release of SQL Change Automation Visual Studio extension.
0 votes
Hello Eric, I do confirm that LocalDB 2017 is supported by SQL Change Automation projects and doesn't require any additional configuration. However, there is a known issue regarding LocalDB itself. It should be enough just to delete the instance by running: SqlLocalDB.exe delete ReadyRollShadowFor a more detailed guidance, see https://www.red-gate.com/sca/localdb-instance-troubleshooting . Please also note, that in case you encounter an error similar to:CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'C:\Users\usernameDatabaseName.mdf'you just need to update the LocalDB with the Cumulative Update >= 6. For more details see https://dba.stackexchange.com/a/191748/161450 . I also recommend updating the legacy ReadyRoll VSTS pipeline to a recent one that uses SQL Change Automation PowerShell. Also, I'm pretty sure that you've done this already, but for the future reference, it's recommended to target a proper database version in a sqlproj file. You can do this either using the project properties page or by directly editing the sqlproj file and setting the below value (in this case for SQL Server 2017):<DSP>Microsoft.Data.Tools.Schema.Sql.Sql140DatabaseSchemaProvider</DSP> / comments
Hello Eric,I do confirm that LocalDB 2017 is supported by SQL Change Automation projects and doesn't require any additional configuration.However, there is a known issue regarding LocalDB itself. I...
0 votes