Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,493 total)

  • RE: Today's Random Word!

    Ed Wagner (4/21/2015)


    djj (4/21/2015)


    Revenant (4/20/2015)


    SQLRNNR (4/20/2015)


    TomThomson (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    crookj (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    djj (4/20/2015)


    crookj (4/20/2015)


    Ed Wagner (4/20/2015)


    SQLRNNR (4/20/2015)


    wildcard

    Match

    Set

    Group

    Fuzzy

    Algorithm

    Jazz

    Band

    Metallica

    Fossilized

    Dig

    Trench

    Warfare

    skin of teeth

    Stress

    Strain ...

  • RE: Illegal CTEs

    I do not use 2014 but my guess was correct. I thought it would be silly to not allow the others.

  • RE: Today's Random Word!

    Revenant (4/20/2015)


    SQLRNNR (4/20/2015)


    TomThomson (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    crookj (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    Eirikur Eiriksson (4/20/2015)


    djj (4/20/2015)


    crookj (4/20/2015)


    Ed Wagner (4/20/2015)


    SQLRNNR (4/20/2015)


    wildcard

    Match

    Set

    Group

    Fuzzy

    Algorithm

    Jazz

    Band

    Metallica

    Fossilized

    Dig

    Trench

    Warfare

    skin of teeth

    Stress

    Strain (hey I'm...

  • RE: Today's Random Word!

    crookj (4/20/2015)


    Ed Wagner (4/20/2015)


    SQLRNNR (4/20/2015)


    wildcard

    Match

    Set

    Group

  • RE: I need a little help with the replace function can anyone give suggestions?

    bmgtone (4/20/2015)


    I have been working on a query that has 4 the first is length of name second is title third is first and last name initial and my last...

  • RE: Today's Random Word!

    Eirikur Eiriksson (4/20/2015)


    Ed Wagner (4/20/2015)


    TomThomson (4/18/2015)


    whereisSQL? (4/17/2015)


    Revenant (4/17/2015)


    Ed Wagner (4/17/2015)


    crookj (4/17/2015)


    Ed Wagner (4/17/2015)


    SQLRNNR (4/17/2015)


    Ed Wagner (4/17/2015)


    BWFC (4/17/2015)


    Pronunciation

    Articulate

    reticulated

    Connected

    Linked

    In

    India

    Country

    Road

    Long

    wavelength

    Light

  • RE: Today's Random Word!

    Ed Wagner (4/16/2015)


    Caterpillar

    Tracktor

  • RE: Funtion Not Working

    NHS Baz (4/14/2015)


    Can anyone tell me what I've done wrong with the following function? I suspect it's something obvious that I just cant see.

    CREATE FUNCTION [dbo].[CheckLoginDetails_Username](@SuppliedUsername nvarchar(150), @SuppliedPassword nvarchar(150))...

  • RE: Today's Random Word!

    Eirikur Eiriksson (4/14/2015)


    Ed Wagner (4/14/2015)


    crookj (4/14/2015)


    Chainsaw

    Firewood

    Soot

    Clean

  • RE: can someone give me tips on how to use the cast function to display words?

    Luis Cazares (4/13/2015)


    CAST is not needed. At least for what you posted.

    SELECT *,

    'the freight cost is ' + REPLACE(CAST(cost AS VARCHAR(20)), '.', ' dollars and ')...

  • RE: how to change multiple records in one record

    bauke.dijkstra (4/14/2015)


    Create table bstest

    (project varchar(50),

    description varchar(50)

    )

    Insert bstest (project, description)

    (select project, description from table)

    ** insert 19 rows **

    SELECT DISTINCT project,

    STUFF( (SELECT ',' + description FROM bstest WHERE bstest.project = T.project...

  • RE: how to change multiple records in one record

    bauke.dijkstra (4/14/2015)


    i am getting the error

    `the multipart identifier project could not be found`

    Without your code it is hard to give an answer.

  • RE: can someone give me tips on how to use the cast function to display words?

    Nice one Luis. I would have thought SQL would try and make everything numeric.

  • RE: Today's Random Word!

    Eirikur Eiriksson (4/13/2015)


    Revenant (4/13/2015)


    Eirikur Eiriksson (4/13/2015)


    TomThomson (4/13/2015)


    Jeff Moden (4/13/2015)


    Eirikur Eiriksson (4/13/2015)


    djj (4/13/2015)


    Revenant (4/13/2015)


    Ed Wagner (4/13/2015)


    whereisSQL? (4/13/2015)


    Ed Wagner (4/13/2015)


    eccentricDBA (4/13/2015)


    Ed Wagner (4/13/2015)


    crookj (4/13/2015)


    djj (4/13/2015)


    Eirikur Eiriksson (4/13/2015)


    Ed Wagner (4/13/2015)


    djj (4/13/2015)


    Ed Wagner (4/13/2015)


    BWFC...

Viewing 15 posts - 961 through 975 (of 1,493 total)