Viewing 5 posts - 1 through 5 (of 5 total)
Thanks Eirikur and Phil.
In some institutions sql devs and dba's are geographically dispersed.
Devs may not be aware of the sudden changes by DBA's in Server configuration...
April 20, 2017 at 5:42 pm
April 20, 2017 at 5:35 pm
Thanks again John. It worked!
SET NOCOUNT ON
DECLARE @stringToFind VARCHAR(100)
DECLARE @stringReplacement VARCHAR(100)
DECLARE @schema sysname
DECLARE @table sysname
DECLARE @count INT...
March 6, 2017 at 3:59 am
Thanks John for your generous suggestions. The script that I have been working on will be used for migration of @email1.com to @email2.com of about 200 to 300 accounts.
March 6, 2017 at 3:17 am
If the loop within the loop is done, should the string pairs be contained in array or tempdb?
March 6, 2017 at 3:00 am
Viewing 5 posts - 1 through 5 (of 5 total)