August 8, 2005 at 2:02 am
If u Find this Problem/Error Message 259
Solution is as Under.
Use
Enterprise Manager--------> Right click on Server Name
Select Properties----------> Server Settings Tab.
Check on this option
Allow modifications to be made directly to the system catalogs.
Or Run this Command
sp_configure 'allow updates',1
August 8, 2005 at 2:50 am
Hi,
DBA what u want , ur new research on sql.
or u want to ask something else
from
killer
August 8, 2005 at 6:34 am
Dude you are allowing anyone to write anything they want to the system tables by doing that. You should NEVER do that permenantly (and rarely, shortly for some DBA tasks)...
August 8, 2005 at 7:46 am
One more thing to consider... you can always have sql injection attacks use this to their advantage, never forget that threat, ever.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply