Comments
1 comment
-
Hi,
Thanks, we sould like to implement something better to handle the renaming of objects. Currently, the software relies of the object name in the data definition to match the name in the sysobjects (sys.objects) system table. That relationship breaks if you use sp_rename or Enterprise Manager to rename a table.
Add comment
Please sign in to leave a comment.
I'm not talking about doing this automatically, but mapping manually. I figure, since you have all the basis for scripting, comparing and such, adding a few options to manually map stuff like table & column names shouldn't be THAT bad! (but then again, I could figure wrong
Cheers, keep up the good work!