Activity overview
Latest activity by rconrad
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.
Programmable Objects Disabled in Invoke-DatabaseBuild
I'm getting the warning below when I build my project using Invoke-DatabaseBuild and indeed the programmable objects are not included, but when I build in VS they work fine. I cannot find any plac...
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...
Deploy Project Not Using CreateDatabase script.
I'm using SCA in Visual Studio. I change my database connection to a database which does not exist. I click "Deploy Project". I get an error indicating the database does not have trustworthy on....
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,...