Need to tuncate table
Hello all,
I want to truncate a table from one schema to other schema.
I can't give "grant drop any table to table;" as it is dangerous.
I cant create a stored procedure as i can't run the procedure manually everytime.
Please give some suggesstion to implement this.
I want to truncate a table from one schema to other schema.
I can't give "grant drop any table to table;" as it is dangerous.
I cant create a stored procedure as i can't run the procedure manually everytime.
Please give some suggesstion to implement this.
0