dbTalk Databases Forums  

SELECT @OlapEvent = ObjIdUpdate(11)

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


Discuss SELECT @OlapEvent = ObjIdUpdate(11) in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Radu Colceriu
 
Posts: n/a

Default SELECT @OlapEvent = ObjIdUpdate(11) - 10-07-2005 , 09:57 AM






When using ROLAP + Real time the AS is sending an SQL statement to the SQL
server wich is looking like:


DECLARE @OlapEvent BIGINT;
SELECT @OlapEvent = ObjIdUpdate(11);

SELECT (@OlapEvent & convert(bigint, 0xffff000000000000)) /
0x0001000000000000 AS Status,
(@OlapEvent & convert(bigint, 0x0000ffff00000000)) / 0x0000000100000000 AS
DbId,
@OlapEvent & convert(bigint, 0xffffffff) AS ObjId;

Does anyone know what is ObjIdUpdate(..) and what is doing? I could not find
any information about it?.


Does anywone know how SQL server is notifying the AS about the changes in
one table (msdtc)?
Can this mechanism be used in other purposes?
Is it a sync or async notification?

Where can I find more info about it ?

Thanks,
radix



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.