sql server - Visual Studio Schema Compare Doesn't Handle Variables Properly -
if have variable, $(somedb) in
select * [$(somedb)].[dbo].[sometable]
when schema compare , there difference in code, these variables marked being difference.
if there no other difference in file, fortunately file treated correctly.
is there way schema compare work in cases?
Comments
Post a Comment