Posts
Sort by recent activity
Compare live vs backup does not generate similar scripts
Hello,
I am trying to automate our database upgrade process by shipping a database backup and comparing with the customer database.
I have a working utility but the problem I am running into is tha...
SQL Compare ignores user defined function
I have a table valued function with changes that keeps getting ignored by SQL Compare. The changes are as follows:
The new function:
CREATE FUNCTION [dbo].[GetPricingTableEntryForPricePlanCostItemR...