Comments
Sort by recent activity
Found it. I had not specified a server on Invoke-DatabaseBild so it was probably using localdb. Thanks for your help. / comments
Found it. I had not specified a server on Invoke-DatabaseBild so it was probably using localdb. Thanks for your help.
Further info. The database did exist it just doesn't show in object explorer. If I drop the database I am prompted to "Change Connection" or "Create Database" when I open the project. It seems that I do not have access to how the database is created from Visual Studio. / comments
Further info. The database did exist it just doesn't show in object explorer. If I drop the database I am prompted to "Change Connection" or "Create Database" when I open the project. It seems t...
Thanks for the heads up. I'll try that. / comments
Thanks for the heads up. I'll try that.
I'm running into the same issue except that every single stored procedure and view are flagged as changed when in reality none of them have changed (and neither has anything else). If I "Import and Generate Script" I get a new script with no sql commands. The only thing in the script are commented lines regarding the symmetric key. / comments
I'm running into the same issue except that every single stored procedure and view are flagged as changed when in reality none of them have changed (and neither has anything else). If I "Import an...
Yes, that works. Thanks. Am I misunderstanding the documentation on the getting started page? The code snippet for "Syncing to a test database" does not identify the source of $validatedProject, but the only other reference is the snippet in "Validating the SQL Change Automation project" which is set from Invoke-DatabaseBuild. https://documentation.red-gate.com/sca3/tutorials/getting-started-with-the-sql-change-automation-powershell-components / comments
Yes, that works. Thanks. Am I misunderstanding the documentation on the getting started page? The code snippet for "Syncing to a test database" does not identify the source of $validatedProject,...