SQL_Surfer (7/19/2016)
So, I've source as view on one database. It loads data to a table in different database. I need to compare the schema between views and tables. I need to be able to do this for about 50 views vs 50 tables. Is there a script for this?
Views have definitions, rather than schemas.
Can you provide a simple example (just three or four columns should suffice) of a table definition, a view definition and the results which you would like to see when comparing the two?