Forum Replies Created

Viewing 15 posts - 15,301 through 15,315 (of 19,560 total)

  • RE: MCJ - The Missing Link

    Lynn Pettis (4/5/2010)


    I know the discussion right now is the review board, but I thought I'd interject one other aspect so it doesn't get lost. Should there be one...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Missing Certification

    Capitalization of SQL Server should be consistent throughout.

    I think I would also reword the questions that say "this certification" to " a middle tier certification."

    Some verbiage at the beginning to...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Missing Certification

    dma-669038 (4/5/2010)


    I will check and see the maximum time length, don't remember off hand what it is. I am thinking the quickest/easiest way to get a wide reach would be...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    WayneS (4/5/2010)


    CirquedeSQLeil (4/5/2010)


    I would also enjoy neural computing. I could get a lot more done just by thinking it.

    Seems like a foolish risk. 😛

    That depends on what it is...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: convert non ansi join

    ritu.thatola (4/5/2010)


    main problem is with line IDETAIL.ChargeTypeID *= CHARGE.ChargeTypeID. in query where clause.

    I have to rewrite the query for SQL server 2005

    when I try to run this sql in SQL...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Missing Certification

    WayneS (4/5/2010)


    CirquedeSQLeil (4/5/2010)


    dma-669038 (4/5/2010)


    WayneS (4/5/2010)


    Jason mentioned maybe doing the survey online. I know that http://www.surveymonkey.com allows the building of free online surveys. I don't know if there are any other...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: how to get login's ip address?

    The hostname can also be returned back into this query. That information is returned by fn_trace_gettable.

    This would change the query as follows:

    SELECT I.NTUserName,I.loginname,I.SessionLoginName,I.databasename,Min(I.StartTime) as first_used

    ,Max(I.StartTime) as last_used,S.principal_id,S.sid,S.type_desc,S.name,EC.client_net_address,I.HostName

    FROM sys.traces T...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Missing Certification

    dma-669038 (4/5/2010)


    WayneS (4/5/2010)


    dma-669038 (4/5/2010)


    WayneS (4/5/2010)


    dma-669038 (4/5/2010)


    Wayne, how about a survey with chapters? I can pass this link around but not many people take time to read and respond thoughtfully but...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: convert non ansi join

    ritu.thatola (4/5/2010)


    Jason,

    I couldn't get your comment "Just make changes as appropriate to the commented section. "

    It would be great If you can rewrite the whole query. I don' know...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: convert non ansi join

    You're welcome.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Missing Certification

    WayneS (4/5/2010)


    dma-669038 (4/5/2010)


    Wayne, how about a survey with chapters? I can pass this link around but not many people take time to read and respond thoughtfully but a survey will...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Paying attention to detail and being thorough.

    There is no good reason to put up with persistent lying. I certainly agree there.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: convert non ansi join

    This should be enough to get you going.

    FROMtblVoucherDetails IDETAIL

    Inner Join tblVoucherGroup PACKAGE

    On Package.RegionID = IDetail.RegionID

    AND IDETAIL.VoucherNumber = PACKAGE.VoucherNumber

    AND IDETAIL.PackageID = PACKAGE.GroupID

    /*Inner Join tblChargeType CHARGE

    On Charge.ChargeTypeID *= Idetail.ChargeTypeID...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: MCJ - The Missing Link

    Jeff Moden (4/5/2010)


    I guess that's reasonable. Thanks for the feedback, Jason.

    NP.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Paying attention to detail and being thorough.

    Jeff Moden (4/5/2010)


    Tom.Thomson (4/5/2010)


    who are prepared to lie about how much testing they have done because they think they will get away with it.

    Heh... I love it when they...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 15,301 through 15,315 (of 19,560 total)