dbTalk Databases Forums  

Process multiple Analysis Services databases

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


Discuss Process multiple Analysis Services databases in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ederrick (AT) acosta (DOT) com
 
Posts: n/a

Default Process multiple Analysis Services databases - 07-06-2006 , 02:16 PM






How do you process multiple Analysis Services databases against the same
relational source. We receive table locks and the processing fails for both
Analysis Services databases.

Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: Process multiple Analysis Services databases - 07-07-2006 , 12:09 PM







ederrick (AT) acosta (DOT) com schreef:

Quote:
How do you process multiple Analysis Services databases against the same
relational source. We receive table locks and the processing fails for both
Analysis Services databases.
You could try a view over the tables with a NOLOCK hint:

Create view v_bla
as
Select * from t_bla with (nolock)

GJ



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.