February 13, 2010 at 7:03 pm
Ummmm.... so what do you want to do if the underlying tables don't exist?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2010 at 10:12 pm
thank you for your reply jeff. underlying tables will be created later. Actually underlying tables is not my major problem. I can create all tables before executing views script. At present we are using SQLCompare to create views and its creating all views without errors. So there must be some way we can create all the views without refering to underlying views. OR is SQLCompare identifying the base views and creating them first to supress errors ? In future we dont want to use SQLCompare.
February 13, 2010 at 10:43 pm
SQL Compare does something in the background to check dependencies. You could probably do something similar but, I have to ask, why don't you want to use SQL Compare to do this? It's easy, accurate, and already paid for.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply