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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -