Activity overview
Latest activity by arneh.eskandari
I would recommend using a compare filter in your project to achieve that. You can create a filter file using SQL Compare to exclude users and roles and add the filter to your project so the comparison process in SCA can ignore those objects when importing/generating scripts for changes. Here's the documentation with detailed instructions: https://documentation.red-gate.com/sca3/developing-databases-using-sql-change-automation/configuring-script-generation/filtering-database-objects / comments
I would recommend using a compare filter in your project to achieve that. You can create a filter file using SQL Compare to exclude users and roles and add the filter to your project so the compari...
You're right. It looks like the new command for generating the migration script in EF Core is Script-Migration https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershell#script-migration I haven't tried this myself but it looks like running Script-Migration -To InitialCreate should achieve the same result / comments
You're right. It looks like the new command for generating the migration script in EF Core is Script-Migrationhttps://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershell#script-migrationI...
Hi! This might be because the EF tools are not installed properly. Have you tried any of the suggestions in the following post: https://stackoverflow.com/questions/9674983/the-term-update-database-is-not-recognized-as-the-name-of-a-cmdlet / comments
Hi! This might be because the EF tools are not installed properly. Have you tried any of the suggestions in the following post:https://stackoverflow.com/questions/9674983/the-term-update-database-i...