Viewing 12 posts - 1 through 12 (of 12 total)
Gail,
Thanks a lot for your reply and solution, it works fine now with OPTION (RECOMPILE)
Have a happy next new year 2014 🙂
Regards
Claudio
December 30, 2013 at 5:40 am
Mark,
Having XPK index cluster at event_history table, how could we enhance the CTE?
Index key columns
System_no
Even_date
Seqno
Thanks
Claudio
October 8, 2013 at 8:39 am
It worked fine !! thanks a lot Mark 🙂
Have a good weekend
Regards,
Claudio
October 4, 2013 at 8:02 am
HanShi, it works okay 🙂 Just what i'm looking for
Thanks to everybody for your prompt and kindly help
Regards,
Claudio
August 27, 2013 at 3:00 am
Okay Sean, thanks for your advise, let's see if the following lines are valid
CREATE TABLE [contact_link](
[contact_no] [int] NOT NULL,
[end_date] [smalldatetime] NOT NULL,
[site_no] [int] NULL,
[cs_seqno] [smallint] NULL,
)
CREATE TABLE [contact](
[contact_no] [int]...
August 27, 2013 at 2:29 am
Hi Koen,
Thank you for your support
These are table definitions and sample values for contact_link.cs_seqno 20 assuming that contact cs_seqno 20 is the first contact that has a phone number starting...
August 26, 2013 at 2:46 pm
Thank you SSChampion, how can i adjust your advise in the following sentence where i only can get the MIN one, not really what i am looking for
SELECT ...
August 26, 2013 at 9:08 am
Viewing 12 posts - 1 through 12 (of 12 total)