Forum Replies Created

Viewing 15 posts - 6,031 through 6,045 (of 9,399 total)

  • RE: Need Ammunition for Developers Doing Select *'s

    A SELECT * in a cursor...So that means if a column is added to a table the system uses, the interface breaks at every point where it reads from that...

  • RE: LEAD parameters

    Thanks. As I'm still on 2008, I don't get to play with LEAD and LAG yet. Looking forward to having one soon, but the hardware hasn't arrived yet.

  • RE: Today's Random Word!

    whereisSQL? (5/14/2015)


    Eirikur Eiriksson (5/14/2015)


    TomThomson (5/14/2015)


    crookj (5/13/2015)


    Ed Wagner (5/13/2015)


    DonlSimpson (5/13/2015)


    Baby

    Girl

    Grand-Daughter (my 2nd was born 8 days ago)

    Congratulations

    Wishes

    Party

    Celebration

  • RE: SQL Licencing

    SGT_squeequal (5/14/2015)


    Hello

    I am currently looking to take on a supplier software where the database is SQL server 2014, SQL server will only be accessed by 2 people to administer however...

  • RE: Need help with tuning a join query

    Lynn's exactly right - We can't know what your table structure is unless you give us the CREATE TABLE statements for them. The mismatched data types in your join...

  • RE: Today's Random Word!

    crookj (5/14/2015)


    Ed Wagner (5/14/2015)


    djj (5/14/2015)


    Ed Wagner (5/13/2015)


    SQLRNNR (5/13/2015)


    djj (5/12/2015)


    Ed Wagner (5/12/2015)


    Revenant (5/12/2015)


    SQLRNNR (5/12/2015)


    djj (5/12/2015)


    BWFC (5/12/2015)


    SQLRNNR (5/12/2015)


    whereisSQL? (5/12/2015)


    BWFC (5/12/2015)


    Intelligence

    Business

    Oxymoron

    Subjective

    Objective

    Lens

    Magnify

    Quantify

    Numbers

    Meaning

    Life

    Curly (City Slickers)

    Cowboy

    Steer

    Tenderloin

    Tipping (cow)

    Canoe

  • RE: Are the posted questions getting worse?

    GilaMonster (5/14/2015)


    Question for the people here...

    Over the years I've been very careful to keep my blog completely non-commercial, no adverts, no plugs for my company, nothing. Partially because when I...

  • RE: Today's Random Word!

    djj (5/14/2015)


    Ed Wagner (5/13/2015)


    SQLRNNR (5/13/2015)


    djj (5/12/2015)


    Ed Wagner (5/12/2015)


    Revenant (5/12/2015)


    SQLRNNR (5/12/2015)


    djj (5/12/2015)


    BWFC (5/12/2015)


    SQLRNNR (5/12/2015)


    whereisSQL? (5/12/2015)


    BWFC (5/12/2015)


    Intelligence

    Business

    Oxymoron

    Subjective

    Objective

    Lens

    Magnify

    Quantify

    Numbers

    Meaning

    Life

    Curly (City Slickers)

    Cowboy

    Steer

    Tenderloin

  • RE: Need help with tuning a join query

    Can you check your data types? Specifically, check your join columns:

    su.SiteID = ul.SiteID

    j.SiteID = ul.SiteID

    j.UserID = ul.UserID

    I'm hoping that each pair have matching data types. If a pair...

  • RE: Stored Procedure Creation

    Nice question to get the brain moving. I know it sounds trivial and somewhat unrelated, but this is yet another reason why I indent. Of course, I guess...

  • RE: Constant Scan Operator

    Nice question. IIRC, there haven't been too many questions about execution plans. Thanks.

  • RE: How to do a CAST on this?

    g3463420 (5/13/2015)


    Hi all. Thanks for the replies. VARCHAR is fine. The whole reason I need to cast is because when I output the results to notepad, it...

  • RE: How to do a CAST on this?

    Hello and welcome to the forums.

    What data type do you want to cast it to? You can wrap your column with a CAST function, but why? What are...

  • RE: Need help with DB mail

    So you've validated that database mail is configured correctly by sending yourself a test email and you received it.

    Regarding the job email not being delivered, go to the job configuration...

  • RE: Today's Random Word!

    SQLRNNR (5/13/2015)


    djj (5/12/2015)


    Ed Wagner (5/12/2015)


    Revenant (5/12/2015)


    SQLRNNR (5/12/2015)


    djj (5/12/2015)


    BWFC (5/12/2015)


    SQLRNNR (5/12/2015)


    whereisSQL? (5/12/2015)


    BWFC (5/12/2015)


    Intelligence

    Business

    Oxymoron

    Subjective

    Objective

    Lens

    Magnify

    Quantify

    Numbers

    Meaning

    Life

    Curly (City Slickers)

    Cowboy

Viewing 15 posts - 6,031 through 6,045 (of 9,399 total)