Forum Replies Created

Viewing 15 posts - 4,636 through 4,650 (of 15,381 total)

  • RE: Today's Random Word!

    crookj (6/3/2014)


    jasona.work (6/3/2014)


    JAZZ Master (6/3/2014)


    SQLRNNR (6/3/2014)


    mutant

    turtle

    Ninja

    Warrior

    Sensei

  • RE: Update Query Help

    Ananth@Sql (6/2/2014)


    Thanks you so much sean.Thanks alot

    You're welcome. Hope that worked for you.

  • RE: Today's Random Word!

    JAZZ Master (6/3/2014)


    crookj (6/3/2014)


    Ed Wagner (6/3/2014)


    BWFC (6/3/2014)


    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    JAZZ Master (6/2/2014)


    Ed Wagner (6/2/2014)


    whereisSQL? (6/2/2014)


    Ed Wagner (6/2/2014)


    crookj (6/2/2014)


    Ed Wagner (6/2/2014)


    SQLRNNR (6/2/2014)


    science

    Math

    Algebra

    Adademics

    College

    Expensive

    Cheap

    Trick

    Shame

    Embarrass

    Humiliate

    Debase (not dbase)

    corrupt

    Politicians

  • RE: Are the posted questions getting worse?

    SQLRNNR (6/2/2014)


    Sean Lange (6/2/2014)


    Lynn Pettis (6/2/2014)


    Between NOLOCK and no gaps in invoice numbers how much more fun can we have??

    No kidding. Seems to be blockhead Monday. 😀

    You saying we should...

  • RE: DB concurrency how to....

    vinpes (6/2/2014)


    In Italy the tax office requires a complete seq. number for invoices 🙁

    Can you just use a normal process (identity/sequence) for use in the system and then create another...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/2/2014)


    Between NOLOCK and no gaps in invoice numbers how much more fun can we have??

    No kidding. Seems to be blockhead Monday. 😀

  • RE: Update Query Help

    With all the info revealed we can do this pretty easily.

    with MyNewValues as

    (

    select weekdate, ROW_NUMBER() over(order by weekdate) as RowNum

    from Tab1 t

    )

    update t

    set Cdate = DATEADD(DAY, -1 * (RowNum *...

  • RE: Today's Random Word!

    JAZZ Master (6/2/2014)


    Ed Wagner (6/2/2014)


    whereisSQL? (6/2/2014)


    Ed Wagner (6/2/2014)


    crookj (6/2/2014)


    Ed Wagner (6/2/2014)


    SQLRNNR (6/2/2014)


    science

    Math

    Algebra

    Adademics

    College

    Expensive

    Cheap

    Trick

  • RE: Update Query Help

    Ananth@Sql (6/2/2014)


    Thanks you sean lange for the quick replies.

    you can use the wdate the first column for ordering.(May be i was given wrong sample data)

    Do you have a primary key...

  • RE: SET ISOLATION / COMMITTED, Views w/NoLock

    digdave7 (6/2/2014)


    I've been a Snr DBA for 10+ years and know what the ramifications are, but that wasnt my question. I didnt setup this database/system and did change the Db...

  • RE: Update Query Help

    Ananth@Sql (6/2/2014)


    i want to set the Cdate seven days less than the rundate for the first Aid and 14 days less than the run date for the

    second entry in...

  • RE: SET ISOLATION / COMMITTED, Views w/NoLock

    I don't want to pile on here but a view is the absolute worst possible place you could use NOLOCK. There really is no good place but a view is...

  • RE: Update Query Help

    Ananth@Sql (6/2/2014)


    Create Table Tab1

    (

    weekdate date,

    Aid int,

    Cid i nt,

    Cdate date

    )

    --The number of entries for a clientid may varies ,5 entries for 01...

  • RE: Today's Random Word!

    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    JAZZ Master (6/2/2014)


    Sean Lange (6/2/2014)


    SQLRNNR (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    crookj (6/2/2014)


    whereisSQL? (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    Sean...

  • RE: Today's Random Word!

    Ed Wagner (6/2/2014)


    JAZZ Master (6/2/2014)


    Sean Lange (6/2/2014)


    SQLRNNR (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    crookj (6/2/2014)


    whereisSQL? (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    Sean Lange (6/2/2014)


    Ed Wagner (6/2/2014)


    crookj...

Viewing 15 posts - 4,636 through 4,650 (of 15,381 total)