Hi,
Here is an interesting question -- I have this scenario in my database :
Table A ( with a lot of functions and procedures associated with it)
Table B ( same structure as Table A)
Here is what will happen --
Table A will be renamed to Table C
Table B will be renamed to Table A
Then the original Table A ( now Table C) will be dropped.
The question is if with the whole renaming process, will the functions and stored procedures have to be recreated? Thanks!