Forum Replies Created

Viewing 15 posts - 6,961 through 6,975 (of 9,399 total)

  • RE: Today's Random Word!

    crookj (11/18/2014)


    WotD - juxtaposition

    Relative

  • RE: Case with Int and Varchar

    The reason is that the two parts of your CASE statement return different data types. SUM returns an integer and 'No data available' returns a varchar. If you...

  • RE: Are the posted questions getting worse?

    Jack Corbett (11/18/2014)


    Evil Kraig F (11/18/2014)


    *stares at 3 pages of spammers*

    Steve... can you convince the powers that be to put up a 'board of shame' or something on...

  • RE: Remove Character from specific Column

    Jeff Moden (11/18/2014)


    ahfb (11/18/2014)


    Hi Firends

    How to remove Character From Column,Just Character.

    I want to work with number.

    Tnx For Help

    Do you mean you want to remove all non-numeric-digits from the column? ...

  • RE: MY Data

    Eric M Russell (11/18/2014)


    I wonder how many ordinary people superficially maintain a FaceBook page, not for dumping their actual daily life, but just for use as a presentable shill for...

  • RE: add query field

    In SQL, a calculation can be performed as an expression in the column list of the SELECT statement. I'm not sure of what your question is either. Could...

  • RE: MY Data

    Gary Varga (11/18/2014)


    Stefan Krzywicki (11/18/2014)


    BWFC (11/18/2014)


    Stefan Krzywicki (11/18/2014)


    cackalackian (11/18/2014)


    Would you want aspects of your life, perhaps data outside of your health (think driving, finance, etc) to be part of the...

  • RE: MY Data

    BWFC (11/18/2014)


    Stefan Krzywicki (11/18/2014)


    cackalackian (11/18/2014)


    Would you want aspects of your life, perhaps data outside of your health (think driving, finance, etc) to be part of the evaluation (or negotiation) process...

  • RE: MY Data

    I don't know that I'm qualified to make decisions about how people live their lives and the impact that will have on their costs in the future. All the...

  • RE: Getting directory information for Data/Log/TempDB/Backup/etc

    Another wrinkle is that the databases could be installed in different directories. I don't have mine that way, but it could be done. If you query sys.master_files, it...

  • RE: Carriage Return in SQL Server

    I'd recommend DelimitedSplit8K as well. If you want to split on the carriage return, split by CHAR(10). Splitting by a comma is simply ','.

  • RE: Remove Character from specific Column

    To remove one character, use the REPLACE function. I suspect there's slightly more to it than that, so like Gianluca said, please post an example. It's best if...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (11/17/2014)


    Ed Wagner (11/17/2014)


    Steve Jones - SSC Editor (11/15/2014)


    We're still tuning stuff.

    believe me, it's as much a pain for me as anyone else.

    Steve, let me...

  • RE: Today's Random Word!

    SQLRNNR (11/17/2014)


    tapcon

    Taproot

  • RE: Update Identity column

    Really nice question. Good way to get the brain moving on a Monday morning.

Viewing 15 posts - 6,961 through 6,975 (of 9,399 total)