• Sean Lange (8/26/2013)


    anupam.jha (8/26/2013)


    I need to create around 26000 Views whose scripts are ready.

    But, some of the views are dependent on other views. Thus, I am not able to create the Views all at once.

    How should i automate the view creation process and avoid any errors that may come due to non existence of the dependencies.

    Please Help.

    Thanks,

    AJ

    How many levels are they nested? What you are running into is why so many people can't stand nested views. It is a maintenance nightmare.

    Right! This is a nightmare situation.

    Perhaps the project which I am working on is a legacy system and it seems that the entire development is done in bits and pieces without considering such maintenance issues.

    Anyways, most of the views have 1 level of dependency but there are views which have multiple level of dependencies.

    Regards,

    AJ