Forum Replies Created

Viewing 15 posts - 7,846 through 7,860 (of 19,564 total)

  • RE: Are the posted questions getting worse?

    jcrawf02 (11/16/2011)


    Ninja's_RGR'us (11/16/2011)


    Koen Verbeeck (11/16/2011)


    Ninja's_RGR'us (11/16/2011)


    Koen Verbeeck (11/15/2011)


    Ninja's_RGR'us (11/15/2011)


    jcrawf02 (11/15/2011)


    Hey, I like the condensed version of The Thread...

    Same here.

    No offense if I forgot anything else. I didn't reread the...

  • RE: Today's Random Word!

    Ninja's_RGR'us (11/16/2011)


    crookj (11/16/2011)


    SQLRNNR (11/16/2011)


    slip

    slip sliding away...

    snow... as in first snow of the year tomorrow.

    Don't hold your breath

  • RE: Today's Random Word!

    slip

  • RE: SQL 2000 sp in not working sql 2008

    Also, I would alias the tables internal to the subquery and use those aliases when referencing the columns.

  • RE: Permissions for AD groups.

    Does that AD account already have other permissions in the database under the dbo schema?

  • RE: Today's Random Word!

    Daniel Bowlin (11/15/2011)


    SQLRNNR (11/14/2011)


    Steve Jones - SSC Editor (11/14/2011)


    Done,

    with travel for the year. 14 events, I think 20 presentations, a long year.

    phew

    The price of fame

    and wanting to live forever

  • RE: SQL 2000 sp in not working sql 2008

    In your subselect, you are only referencing tables from outside the subselect in your group by clause.

    (SELECT SUM(dbo.ART_Exp_Records.Exp_Csm_Value)

    FROM dbo.ART_Exp_Records

    INNER JOIN dbo.ART_Exp_Sheets

    ON dbo.ART_Exp_Records.Exp_Sheet_ID = dbo.ART_Exp_Sheets.Exp_Sheet_ID

    GROUP BY dbo.ART_Consortiums.Csm_ID, dbo.ART_Exp_Sheets.Sheet_Year,...

  • RE: SQL 2000 sp in not working sql 2008

    Krasavita (11/15/2011)


    Each GROUP BY expression must contain at least one column that is not an outer reference.

    I see that now in your original post - got lost in there

  • RE: SQL 2000 sp in not working sql 2008

    What is the error that you are getting?

  • RE: Today's Random Word!

    harbor

  • RE: need help with SQL

    It is when you can lay out a table of what the expected results should look like, that often times the solution becomes more apparent for you. It also...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (11/15/2011)


    Brandie Tarvin (11/15/2011)


    Ninja's_RGR'us (11/15/2011)


    Brandie Tarvin (11/11/2011)


    EEEK! I just sold another story. Happy happy.

    Now I have to write more.

    EDIT: Nevermind. I see you were quoting them for Grant. DOH....

  • RE: Network Databases? Is it time to change?

    Thanks for pointing out that new article about data files on network shares. That looks interesting and worth a shot.

  • RE: Are the posted questions getting worse?

    Grant Fritchey (11/15/2011)


    Hey everyone. Back from the hole into which I crawled. Did I miss anything? And no, I'm deleting a few hundred emails rather than read through all this....

  • RE: Table variable - 2

    Thanks Ron.

Viewing 15 posts - 7,846 through 7,860 (of 19,564 total)