Forum Replies Created

Viewing 15 posts - 9,136 through 9,150 (of 15,381 total)

  • RE: Web dev suggestions

    T_Peters (3/7/2013)


    Thanks for the advice Sean, though I'm a bit reluctant to take it from a Sporting KC fan 🙂 GO TIMBERS!

    Thanks,

    Tim - RCTID

    LOL. You guys recruited...err stole...Jewsbury...

  • RE: Flatten a one to many?

    kpwimberger (3/8/2013)


    Thanks Jeff and Sean. The fix Sean steered me to to (using XML PATH and STUFF in a corelated query) worked! Now I just need to pull it all...

  • RE: Flatten a one to many?

    kpwimberger (3/7/2013)


    Hello Sean. Apologies, I will try to clarify.

    It would be better if you had read the article. The problem is it is really hard to visualize your tables and...

  • RE: Flatten a one to many?

    From what you are describing it sounds like what you have is over complicated for the results. It is however pretty much impossible to offer any kind of direct help...

  • RE: computed column or trigger

    It seems that Gail beat me to it. 😀

  • RE: computed column or trigger

    This should work. Although it seems a little complicated for this.

    drop table #score

    go

    CREATE TABLE dbo.#score

    (

    StudentID int IDENTITY (1,1) NOT NULL

    , Math ...

  • RE: determine first instance as one type and all other instances as another type

    I took the liberty of making your sample data and table work correctly.

    if object_id('jwmTestCert') is not null

    drop table jwmTestCert

    CREATE TABLE [dbo].[jwmTestCert](

    [abr_ID] [nvarchar](10) NOT NULL,

    [cert_id] [int] NOT NULL,

    [field_id] [nvarchar](3) NOT...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/7/2013)


    Sean Lange (3/7/2013)


    Lynn Pettis (3/7/2013)

    Where is out here?

    Kansas City area. I am actually in a town just to the West of the metropolitan area with a few miles...

  • RE: query performance

    For some reason the attachment is still not working. I am wondering if your stats are out of date but I can't get the attachment.

    Here are a couple of observations....

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/7/2013)

    Where is out here?

    Kansas City area. I am actually in a town just to the West of the metropolitan area with a few miles of farms in between.

  • RE: query performance

    kk1173 (3/7/2013)


    I had posted the ddl /indexes yesterday at 10:35AM

    Yes for tblFact. However, the view has a few other tables in it.

    HOSP_UID_Xref

    aprdrg_lkup

    minormkt

    And not your fault but the attachment for the...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/7/2013)


    wolfkillj (3/7/2013)


    Lynn Pettis (3/7/2013)


    wolfkillj (3/7/2013)


    Lynn Pettis (3/7/2013)


    jcrawf02 (3/7/2013)


    You're absolutely right, the players should pay attention to what the ref is calling, not what the rules say, because then...

  • RE: query performance

    kk1173 (3/7/2013)


    Guys - If I run the query without any function it still takes a long time to execute. So use of function is not the issue here.

    Any other...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/7/2013)


    wolfkillj (3/7/2013)


    Lynn Pettis (3/7/2013)


    Sean Lange (3/7/2013)


    Lynn Pettis (3/6/2013)


    Several years ago my oldest daughter's JV soccer coach once confieded "I knew we were in trouble when half the team...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/7/2013)


    Now, if this is a complex query what would the OP think of some of the really complex ones we have helped solve.

    Wow it is still scary how...

Viewing 15 posts - 9,136 through 9,150 (of 15,381 total)