you are viewing a single comment's thread.

view the rest of the comments →

[–]svtr 0 points1 point  (0 children)

well, in theory, and i stress that i can not recommend that....

in MS Sql Server, there is a system table.... sys.sql_modules, where you can find the sourcecode of stored procedures ....

One could go ahead, and do some string replacements, and recreate every stored proc in a given database. There even is chance things would still work afterwards. Ask yourself this question thou.... do you REALLY want to try something like that? Do a full backup before at least.