What is practical difference between altering schema and altering database in SQL Server?
I have production database. There is also the schema which is newer and contains new elements (views, stored procedures, some changes in tables).
What is the easiest way to update production to be the same as new schema. I don't know all the changes so is there an easy way to do this, without breaking the data?