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? -

keyboard - Smiles and long press feature in Android -

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