TomCarnahan
Programmer
I am new to SQL Server 2000 Enterprise. I have a number of tables, views, sprocs, function, contraints, triggers, etc. defined. Now I am realizing that the names I chose for some fields were somewhat cryptic.
Coming from the MS Access world, I am familiar with Speed Ferrett (c) that allows you to cross reference and find all occurences of the use of a field and replace it with a name that is more meaningful.
Question: as sophisticated as SQL Server is, it seems like there should be some feature internal to the program that would allow you to track down all occurences of a word that you want to change and change it without having to buy a third party tool
Is anyone familiar with such a feature? or could point me to some code that does that sort of thing?
Thanks,
Tom
--- Tom
Coming from the MS Access world, I am familiar with Speed Ferrett (c) that allows you to cross reference and find all occurences of the use of a field and replace it with a name that is more meaningful.
Question: as sophisticated as SQL Server is, it seems like there should be some feature internal to the program that would allow you to track down all occurences of a word that you want to change and change it without having to buy a third party tool
Is anyone familiar with such a feature? or could point me to some code that does that sort of thing?
Thanks,
Tom
--- Tom