There are some stored procedures with a table in a database file. Later I wish to edit a column name or insert a new column into the table on the visual studio 2012 IDE, A Preview Dabase Updates window pops up and says
---------------------------------------------------------------------
Update cannot proceed due to validation errors.
Please correct the following errors and try again.
SQL71501 :: Procedure: [dbo].[storedprocedure] has an unresolved reference to object [dbo].[Accounts].[aPassword].
-------------------------------------------------------------------------
That is ridiculous! I can do the changes on the visual stuido 2008.
Any help?