Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 2,766 total)

  • RE: Outer join question - Pl help

    Okay -- for anyone trying to work on this, I've put together a quick 'n dirty test scenario.

    Here's the sample data:create table #test1 (tdate date)

    go

    create table #test2 (fdate date)

    go

    insert into...

  • RE: Are the posted questions getting worse?

    I understand what he wants. I'm just not entirely sure how to resolve it. I'm messing around with some ideas.

  • RE: Are the posted questions getting worse?

    Lynn Pettis (1/26/2010)


    Alvin Ramard (1/26/2010)


    Alvin Ramard (1/26/2010)


    Alvin Ramard (1/26/2010)


    I cou'dn't resist in this one as the OP did not ask a question. 😎

    http://www.sqlservercentral.com/Forums/Topic853917-392-1.aspx?Update=1

    Edit: Oops, I missed the "Pl...

  • RE: Outer join question - Pl help

    I think I understand what you're looking for. Let me see if I understand this correctly . . .

    Suppose you have a table, t1, that contains:2010-01-15

    2010-01-13

    2010-01-01

    2010-01-11

    And you have a...

  • RE: HUGE Database Update (> 550 million rows)

    Jeff Moden (1/21/2010)


    Actually, a Cursor or While Loop is just what the doctor ordered here...

    Who are you, and what have you done with Jeff Moden? 😀

    (Sorry, couldn't resist!)

  • RE: Talking baseball

    Markus (1/21/2010)


    My brother loved Fenway for the old look but said the facililties leave alot to be desired.

    . . . hence the reason why I said places, not ballparks! ...

  • RE: Talking baseball

    This thread seems too quiet, so let me throw out some fodder . . .

    Your opinion: what are the best and worst places to watch a game?

    Note that I didn't...

  • RE: Any SQL gurus / n00bs that are closet musicians?

    Had a rehearsal last night with my community concert/symphonic band. (I'm the principal clarinetist and section leader.)

    Any other symphonic musicians here?

  • RE: GOOD BOOK OR ONLINE CLASS TO LEARN SQL

    briogene (1/21/2010)


    I will tell u that just get any book out there that shows you how to do it then Practice , practice practice

    Thirty minutes a day will do...

  • RE: Database Size

    Add me to the angry chorus.

    This is not a fair question. More detail is needed before we can give an honest answer.

    I want my points back.

  • RE: GOOD BOOK OR ONLINE CLASS TO LEARN SQL

    norrisbiney (1/20/2010)


    thanks for the prompt response. Where can i get the BOLs from.

    BOL comes with SQL Server.

  • RE: GOOD BOOK OR ONLINE CLASS TO LEARN SQL

    A lot of people on these forums (myself included) will probably suggest that you get yourself acquainted with the documentation that comes with SQL (referred to as "Books Online," or...

  • RE: Talking baseball

    tosscrosby-60625 (1/20/2010)


    Heck, I'd take 8 mil and walk to the bank smiling all the way.

    So would I, but hey, I don't play big-league ball! 🙂

    I'd be concerned about offering a...

  • RE: SQL Statement to retrieve date from two weeks ago

    roundel1900 (1/20/2010)


    I am assuming I would use the dateadd function but how would I retrieve the date from two weeks ago from today's date. I basically need to retrieve records...

  • RE: Talking baseball

    I heard King Felix signed a five-year extension with Seattle. And a number of others avoided arbitration by signing contracts.

    Speaking of arbitration, I understand Tim Lincecum submitted a figure...

Viewing 15 posts - 2,626 through 2,640 (of 2,766 total)