Adding Hints to the SQL for processing cubes?
- From: William Lipp <w.b.(MyLastNameHere)@ieee.org>
- Date: Wed, 17 Jan 2007 23:01:46 -0500
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?
- From: Jesse O.
- Re: Adding Hints to the SQL for processing cubes?
- From: Ohjoo Kwon
- Re: Adding Hints to the SQL for processing cubes?
- Prev by Date: More effective Set to Sum function?
- Next by Date: Re: ADOMD.net questions
- Previous by thread: More effective Set to Sum function?
- Next by thread: Re: Adding Hints to the SQL for processing cubes?
- Index(es):
Relevant Pages
|