Viewing 3 posts - 1 through 3 (of 3 total)
increase the time in HKLM for odbc timeout....
the default is 60 seconds....
in your case make it 300 seconds... then u will not get timeout error...
October 8, 2004 at 5:59 am
#525919
hi,
these are but header problems
these errors can be fixed
try this
dbcc checkdb (dbname,REPAIR_REBUILD)
October 5, 2004 at 6:49 am
#525374
sp_dboption 'allow updates',true
reconfigure with override
October 1, 2004 at 3:25 am
#524994