Viewing 3 posts - 1 through 3 (of 3 total)
Hi a.grigoriu,
If you want to use the script for a single database, then create the below sp on that database and run.This will be a bit faster approach.
ALTER PROCEDURE [dbo].[usp_ReplaceStringForSingleDB]...
November 10, 2011 at 5:36 am
Thanks Gav B for the link..
Thats the great search tool. But I don't find any way or tool to replace the searched string with some other string , like I...
November 10, 2011 at 5:27 am
Thanks for pointing out this..:-)
I have made some changes in the script to handle this. Please check out the modified script..
ALTER PROCEDURE [dbo].[usp_ReplaceString]
( ...
November 10, 2011 at 4:04 am
Viewing 3 posts - 1 through 3 (of 3 total)