Re: Adding Hints to the SQL for processing cubes?
- From: "Jesse O." <jesperzz@xxxxxxxxxxx>
- Date: Thu, 18 Jan 2007 17:50:24 -0800
It may work by using adding that hint in a view and calling that view from
AS, never tried it though
"William Lipp" <w.b.(MyLastNameHere)@ieee.org> wrote in message
news:pvrtq2p8p7bniee0siri1ss84vn49blgug@xxxxxxxxxx
When I process a cube, an SQL query gets run - I can see that query
using Profile Analyzer on the SQL database. I have a nightly process
that is failing 2 or 3 times per month because of "internal deadlock."
If it was direct SQL, I would fix it by adding the hint OPTION(MAXDOP
1); to the query.
Is there any way to get the hint added to the query that runs when
processing a partition? SQL 2000. Thanks.
William
.
- Follow-Ups:
- Re: Adding Hints to the SQL for processing cubes?
- From: William Lipp
- Re: Adding Hints to the SQL for processing cubes?
- References:
- Adding Hints to the SQL for processing cubes?
- From: William Lipp
- Adding Hints to the SQL for processing cubes?
- Prev by Date: Re: newbie question re many-to-many fact modelling
- Next by Date: Re: Adding Hints to the SQL for processing cubes?
- Previous by thread: Re: Adding Hints to the SQL for processing cubes?
- Next by thread: Re: Adding Hints to the SQL for processing cubes?
- Index(es):
Relevant Pages
|