Hi,
I create a new table with "select into...", and set up all permission requirement, and transfer all data from old table into this new table, at the end, I just find out the new table does not have any dependencies, which the old table has at least 5 store procedures dependencies.
I recreate the new table using the second method of generating the SQL code from the old table with transferring all setup and permision, and I check out the new table still does not have any dependencies.
How can I restransfer or set up back the dependencies for my new table?
Thanks
I create a new table with "select into...", and set up all permission requirement, and transfer all data from old table into this new table, at the end, I just find out the new table does not have any dependencies, which the old table has at least 5 store procedures dependencies.
I recreate the new table using the second method of generating the SQL code from the old table with transferring all setup and permision, and I check out the new table still does not have any dependencies.
How can I restransfer or set up back the dependencies for my new table?
Thanks