dbTalk Databases Forums  

RE: Fatal error using SQL2K and AS2K

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss RE: Fatal error using SQL2K and AS2K in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bas Kersten [MS]
 
Posts: n/a

Default 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.