I just started working with the Visual Studio 2010 Premium database project. I must say it does indeed rock. One thing I can\'t figure out is how to avoid the SQL04151 warni
I need to substitute [MyDatabase].[dbo].[MyTable] with [$(DatabaseName)].[dbo].[MyTable]. This cleared up the warnings.
Thanks for your help.