Forum Replies Created

Viewing 15 posts - 5,326 through 5,340 (of 49,571 total)

  • RE: Daily sum aggregation

    Scripts will only give you results when you run them.

    What do you mean by 'daily'?

    It has to run every day?

    It has to return only one day's results?

    It has...

  • RE: Are the posted questions getting worse?

    BL0B_EATER (7/14/2015)


    GilaMonster (7/14/2015)


    BL0B_EATER (7/14/2015)


    GilaMonster (7/13/2015)


    Brandie Tarvin (7/13/2015)


    GilaMonster (7/13/2015)


    Yes, yes, yes, yes!!!!!!!!

    Congratulations. You have complied with the requirements prescribed for your degree, and are cordially invited to the graduation ceremony

    YAY!

    What is...

  • RE: Daily maximum sold - daily

    A having clause is a predicate. So of the form HAVING <Expression> = <Expression>

    Hence what you've got will give a syntax error

    To be honest, I think more information is...

  • RE: Daily maximum sold - daily

    Please don't post multiple threads for the same problem.

    No replies to this thread please. Direct replies to http://www.sqlservercentral.com/Forums/Topic1702565-392-1.aspx

  • RE: error log

    Perfmon counter: Total server memory.

  • RE: Users and logins with windows authentication

    petermaddin (7/14/2015)


    When one creates a login that uses window authentication, does one then add (by convention) the same user account as a user for each database that that that user...

  • RE: Who can tell me what this procedure wants to do?

    Maybe go ask your boss for clarification? You're not really giving us enough information on the task to help.

  • RE: Index Rebuild

    How big is the table? How many pages?

  • RE: Are the posted questions getting worse?

    BL0B_EATER (7/14/2015)


    GilaMonster (7/13/2015)


    Brandie Tarvin (7/13/2015)


    GilaMonster (7/13/2015)


    Yes, yes, yes, yes!!!!!!!!

    Congratulations. You have complied with the requirements prescribed for your degree, and are cordially invited to the graduation ceremony

    YAY!

    What is the degree...

  • RE: error log

    Unless you had some monitoring, it's unlikely that you'll be able to tell what the memory usage was at a point in the past. That said, it was probably SQL...

  • RE: Are the posted questions getting worse?

    SQLRNNR (7/13/2015)


    GilaMonster (7/13/2015)


    Yes, yes, yes, yes!!!!!!!!

    Congratulations. You have complied with the requirements prescribed for your degree, and are cordially invited to the graduation ceremony

    Congrats on the latest degree. Was this...

  • RE: Syntax Error IS NULL

    Write a select which gets the results you want. Write it so that it will return the values you want the updated table to have. Then, once you have that,...

  • RE: Syntax Error IS NULL

    Try first writing it as a select with a FROM and a derived table in the FROM clause (not a subquery in the SELECT). Once you have that correct it's...

  • RE: Syntax Error IS NULL

    As the eror states, SUM requires one parameter, you've specified two.

    Sum(DayCount,0)

    You need to move the ,0 to the end and add another bracket.

    p.s. you can copy from inside a code...

  • RE: Table-type variable deallocation / drop

    mtlsql (7/12/2015)


    Why are you using a table variable (with it's attendant row estimation problems) over a temp table?

    What's a attendant row estimation problem? Never heard of it...

    Attendant (adjective)

    - being...

Viewing 15 posts - 5,326 through 5,340 (of 49,571 total)