dbTalk Databases Forums  

A problem of running SQL2000 32bit on Hardware 64bit

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


Discuss A problem of running SQL2000 32bit on Hardware 64bit in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
anote_un@hotmail.com
 
Posts: n/a

Default A problem of running SQL2000 32bit on Hardware 64bit - 09-09-2005 , 04:16 AM






Hi all,

I'm using SQL2000 [32 bit] (service pack 4) on Window 2003 Server [32
bit] (service pack 1)on hardware EMT64, 2CPUs [64 bit]. In Analysis
Service, when I process a cube without other tasks running, sometimes
it uses all four threads. But sometimes, it uses only one thread. How
can I make it uses all four threads every time.

Best Regards,
Anote


Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: A problem of running SQL2000 32bit on Hardware 64bit - 09-09-2005 , 08:48 PM






If you are seeing all CPUs being used then it is an artifact of some other
activity. Partition and dimension process with SQL2K is single threaded for
the peak aggregation processing stage.

Look at using the Parallel Processing Utility found here:
http://www.microsoft.com/downloads/d...DisplayLang=en
If you want to load up the full system.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


<anote_un (AT) hotmail (DOT) com> wrote

Quote:
Hi all,

I'm using SQL2000 [32 bit] (service pack 4) on Window 2003 Server [32
bit] (service pack 1)on hardware EMT64, 2CPUs [64 bit]. In Analysis
Service, when I process a cube without other tasks running, sometimes
it uses all four threads. But sometimes, it uses only one thread. How
can I make it uses all four threads every time.

Best Regards,
Anote




Reply With Quote
  #3  
Old   
anote_un@hotmail.com
 
Posts: n/a

Default Re: A problem of running SQL2000 32bit on Hardware 64bit - 09-11-2005 , 08:50 PM



Hmm, actually i didn't want to do the Parellel Processing.

For example, I process a cube in the morning it uses all CPU to do.
Then, I reprocess the same cube in the afternoon but it uses only one
thread to do so. There are no other activity running on the server.

Is there a bug of using AS 32 bit on Server 64 bit?

Thank you


Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: A problem of running SQL2000 32bit on Hardware 64bit - 09-11-2005 , 11:25 PM



Quote:
For example, I process a cube in the morning it uses all CPU to do
Is not normal activity. You may see some parallelism in the early stages of
reading data (particularly if AS and SQL are on the same server); but once
you enter the aggregation phase it should always be a single CPU. My guess
is that you've misinterpreted what is happening "in the morning". :-)
Something else is using those extra CPUs -- it is not Analysis Services.

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


<anote_un (AT) hotmail (DOT) com> wrote

Quote:
Hmm, actually i didn't want to do the Parellel Processing.

For example, I process a cube in the morning it uses all CPU to do.
Then, I reprocess the same cube in the afternoon but it uses only one
thread to do so. There are no other activity running on the server.

Is there a bug of using AS 32 bit on Server 64 bit?

Thank you




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.