vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am admin a db2 instance for a class of over 500 students. I am wondering if there is some scripts already for assigning basic authorization to the a list of studentIds and bookkeep their objects. Later after the semester, i could run the script to purge everything created by the students while not touching anything else. if you know such resources, would you please leave me a line? many thanks in advances. |
| |||
| just write a stored procedure for truncating the tables having student details and run it. swami. --------------------- On Feb 24, 2:16 am, "%NAME%" <hbccan...@gmail.com> wrote: > I am admin a db2 instance for a class of over 500 students. I am > wondering > if there is some scripts already for assigning basic authorization to > the a > list of studentIds and bookkeep their objects. Later after the > semester, i could > run the script to purge everything created by the students while not > touching > anything else. > > if you know such resources, would you please leave me a line? many > thanks in > advances. |
| ||||
| do you know any existing stored procedures that do that kind of things? sorry i am new to stored procedure On Feb 25, 12:10 am, "swami" <sivaswamim...@gmail.com> wrote: > just write a stored procedure for truncating the tables having student > details and run it. > > swami. > --------------------- > On Feb 24, 2:16 am, "%NAME%" <hbccan...@gmail.com> wrote: > > > > > I am admin a db2 instance for a class of over 500 students. I am > > wondering > > if there is some scripts already for assigning basic authorization to > > the a > > list of studentIds and bookkeep their objects. Later after the > > semester, i could > > run the script to purge everything created by the students while not > > touching > > anything else. > > > if you know such resources, would you please leave me a line? many > > thanks in > > advances.- Hide quoted text - > > - Show quoted text - |