|
Home > Archive > Microsoft Content Management Server > June 2007 > about mcms 2002 publish (6)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
about mcms 2002 publish (6)
|
|
|
| hi Stefan,
Thank your very much for your reply that helps us a lot!
another questions, why the following is so much frequent and how can I make
it not so frequent or shut it?
exec sp_executesql N'Select NodeGUID, ParentGUID, Reason, LastChangeTime,
CommitTime, Type, IsShortcut from ChangeTable where CommitTime > @P1 order by
CommitTime desc', N'@P1 datetime', '06 6 2007 3:02:44:293AM'
thanks in advance!
zch
| |
| Stefan Goßner [MSFT] 2007-06-06, 7:17 am |
| See my response to your parallel thread with the same question.
"zch" <zch@discussions.microsoft.com> wrote in message
news:E6ED7E6E-191D-47D9-A9AC-707CFC58A6C6@microsoft.com...
> hi Stefan,
>
> Thank your very much for your reply that helps us a lot!
>
> another questions, why the following is so much frequent and how can I
> make
> it not so frequent or shut it?
>
> exec sp_executesql N'Select NodeGUID, ParentGUID, Reason, LastChangeTime,
> CommitTime, Type, IsShortcut from ChangeTable where CommitTime > @P1 order
> by
> CommitTime desc', N'@P1 datetime', '06 6 2007 3:02:44:293AM'
>
> thanks in advance!
>
> zch
|
|
|
|
|