Hi guys,
Let me explain my situation, i have two databases one used for replication (DB-A), and another for diferent purpouse (DB-B).
I have many views in DB-B pointing to DB-A, trought the script select * from DB-B.dbo., my problem is that when i add an column in the table from DB-A, the view doesnt show the new column.
This is resolved by runing Alter View script of the view.
Any suggestion, to resolve this???