RE: Fatal error using SQL2K and AS2K -
07-08-2003
, 07:09 AM
Hi,
I have seen this with parellism involved, try if it works with
parallism set of. Look in Books online if you want to know more about
this setting.
sp_configure 'show advanced', 1
go
reconfigure with override
go
sp_configure 'max degree of parallelism', 1
go
reconfigure with override
go
HTH,
Bas |