Viewing post 1 (of 1 total)
You must use the next:
use master
GO
sp_configure 'allow updates', 1
RECONFIGURE WITH OVERRIDE
to allow updates over system databases
When you finish the operation, yo must run the next:
sp_configure 'allow updates',...
August 28, 2009 at 2:06 am
#1046075