Viewing 2 posts - 1 through 2 (of 2 total)
What about shrinking the database with replication???
March 17, 2009 at 10:40 pm
#961572
UPDATE RepUpdate
SET State =
CASE
WHEN 'MD' THEN 'Maryland'
WHEN 'CA' THEN 'blah blah'
ELSE 'Blah blah'
END
August 13, 2004 at 10:29 pm
#518993