Forum Replies Created

Viewing 15 posts - 8,251 through 8,265 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Evil Kraig F (10/17/2011)


    Trey Staker (10/17/2011)


    Day 1 of the Itzik's Advanced t-sql class and it surpasses my high expectations. Deep dives into indexes before noon.

    I cry now Trey..... I...

    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?

    Trey Staker (10/17/2011)


    Day 1 of the Itzik's Advanced t-sql class and it surpasses my high expectations. Deep dives into indexes before noon.

    Sounds like my kind of fun

    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: Count Number of Rows per Employee

    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: SQL Server job hanging...

    For grins - export the package from your server and execute that exported package from bids. Also, verify the configurations, command line, variables and so forth that are in...

    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: Count Number of Rows per Employee

    Steve Cullen (10/17/2011)


    SELECT Empid, Name, EmergContact,

    ROW_NUMBER() OVER (PARTITION BY Empid order BY Name) [Number]

    FROM table

    Yup - that should pretty much do it.

    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: SQL Server job hanging...

    And you get no error message - the job just spins?

    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: Best book to learn t-sql between........

    Microsoft® SQL Server® 2008 T-SQL Fundamentals

    and many others by Itzik Ben-Gan

    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: SQL Server job hanging...

    When you run it in BIDS, are you running it with the same account that runs it in the job?

    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: SQL Server Taking Long Time to allocate 80GB of min memory

    A few things could contribute. A dynamic swap file for the OS, Memory that is not fully seated, memory that has gone bad.

    All of those things can cause delays...

    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: Count Number of Rows per Employee

    Have a look at the Row_Number() windowed function.

    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: SQL Server Taking Long Time to allocate 80GB of min memory

    ALZDBA (10/17/2011)


    best is to set a different value for min and max server memory.

    SQLserver can have issues when these values are equal.

    If this is a dedicated box, why would you...

    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?

    Evil Kraig F (10/17/2011)


    Thanks for the link to that Gail, everyone in the office was wondering if I was dying slowly as I'm trying not to laugh aloud in my...

    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?

    Evil Kraig F (10/17/2011)


    Thanks for the link to that Gail, everyone in the office was wondering if I was dying slowly as I'm trying not to laugh aloud in my...

    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: Today's Random Word!

    L' Eomot Inversé (10/17/2011)


    Revenant (10/17/2011)


    Dude63 (10/17/2011)


    nwerner (10/17/2011)


    EBCDIC

    Mainframe

    Big Blue

    Customer control tactic?

    Extraordinarily Bad Coding Designed to Imprison Customers

    Me likey

    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: Differential backup is larger than full backup

    Take a look at Lynns comments in that case. You may be better off to just do daily fulls.

    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 - 8,251 through 8,265 (of 19,560 total)