Re: Adding Hints to the SQL for processing cubes?
- From: "Ohjoo Kwon" <ojkwon@xxxxxxxxxx>
- Date: Thu, 18 Jan 2007 19:28:12 +0900
As I know, there is no way to add hint.
I guess you have to turn off parallelism of SQL Server.
Ohjoo
"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
.
- References:
- Adding Hints to the SQL for processing cubes?
- From: William Lipp
- Adding Hints to the SQL for processing cubes?
- Prev by Date: Re: MDX - LOOKUPCUBE problem!
- Next by Date: Re: newbie question re many-to-many fact modelling
- Previous by thread: Adding Hints to the SQL for processing cubes?
- Next by thread: Re: Adding Hints to the SQL for processing cubes?
- Index(es):
Relevant Pages
|