• Hi Guys,
    I also used cursor in the recent situation where I need to fire dynamic queries on the specific set of databases. I used the cursor to loop over the databases and create and fire the dynamic query.
    Is there alternate to this case?

    Thanks