Forum Replies Created

Viewing 15 posts - 8,746 through 8,760 (of 9,399 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (11/13/2013)


    Lynn Pettis (11/13/2013)


    It is 23:27 Afghan time. Three minutes until my phone interview. Wish me luck!

    Just finished the interview, and I feel like a Junior DBA....

  • RE: Are the posted questions getting worse?

    Lynn Pettis (11/13/2013)


    It is 23:27 Afghan time. Three minutes until my phone interview. Wish me luck!

    All the best, Lynn. I'm sure you'll do well. Hopefully, you'll...

  • RE: Today's Random Word!

    Kurt W. Zimmerman (11/13/2013)


    SQLRNNR (11/13/2013)


    crookj (11/13/2013)


    Revenant (11/13/2013)


    SQLRNNR (11/13/2013)


    Jeff Moden (11/13/2013)


    Divine Flame (11/13/2013)


    I don't understand the significance of this thread:cool:

    Heh.... good. It must be ready to ship. 😛

    Good enough

    Passed

    Gas (sorry...

  • RE: Today's Random Word!

    JAZZ Master (11/13/2013)


    Ed Wagner (11/13/2013)


    crookj (11/13/2013)


    Divine Flame (11/13/2013)


    I don't understand the significance of this thread:cool:

    Confusion

    Random

    Lottery

    Probability

  • RE: Today's Random Word!

    crookj (11/13/2013)


    Divine Flame (11/13/2013)


    I don't understand the significance of this thread:cool:

    Confusion

    Random

  • RE: query with case statement

    Trainee SQL (11/13/2013)


    Hi all,

    I am facing a problem in writing a query.

    Here is my requirement

    i have a <products> table with columns <productid> <productname> <manufactureDate> <DeliveryDate>

    and some columns are filled with...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (11/13/2013)


    venoym (11/13/2013)


    L' Eomot Inversé (11/12/2013)


    wolfkillj (11/12/2013)


    My new blog post on appropriate data types for storing latitude and longitude coordinates is up.

    Thanks for indulging me in a little...

  • RE: Passing multiple values to a parameter in a stored produre

    subbareddy542 (11/13/2013)


    hi,

    first can u create one function to use below code.

    CREATE FUNCTION SPLIT(@VAL VARCHAR(MAX))

    RETURNS @T1 TABLE(COL1 VARCHAR(MAX))

    AS

    BEGIN

    WHILE CHARINDEX(',',@VAL)>0

    BEGIN

    INSERT INTO @T1 VALUES(SUBSTRING(@VAL,1,(CHARINDEX(',',@VAL))-1))

    SET @val=SUBSTRING(@VAL,(CHARINDEX(',',@VAL))+1,LEN(@VAL))

    END...

  • RE: Data Compression

    Koen Verbeeck (11/13/2013)


    First of all, this question is way too easy. Enterprise has all the features, so you don't even have to think.

    Secondly, developer is the same as enterprise feature-wise,...

  • RE: Today's Random Word!

    L' Eomot Inversé (11/12/2013)


    Revenant (11/11/2013)


    whereisSQL? (11/11/2013)


    Mamma Mia!

    Abba

    Waterloo

    Napoleon

  • RE: There is a prefered age for developers and administrator the recruiters in companies preferred it?

    I have to agree with Jeff, Steve and Kurt. As I turn more gray with each passing day, I think that perceived age can work against you later in...

  • RE: Calling SP with optional parameters - assignment not happening correctly...

    I have .NET pages that call stored procedures where I specify the parameter values by name and they work with no problems. Since some parameters are optional and have...

  • RE: Today's Random Word!

    crookj (11/12/2013)


    Sean Pearce (11/12/2013)


    JAZZ Master (11/12/2013)


    Ed Wagner (11/12/2013)


    Revenant (11/11/2013)


    RBarryYoung (11/11/2013)


    Ed Wagner (11/11/2013)


    L' Eomot Inversé (11/11/2013)


    SQLRNNR (11/11/2013)


    buzz

    Audio (HTML5)

    Video

    Daddy-o!

    Tally ho!

    Split

    logs

    lumberjack

    Monte Python

    Spam

  • RE: Today's Random Word!

    JAZZ Master (11/12/2013)


    Ed Wagner (11/12/2013)


    Revenant (11/11/2013)


    RBarryYoung (11/11/2013)


    Ed Wagner (11/11/2013)


    L' Eomot Inversé (11/11/2013)


    SQLRNNR (11/11/2013)


    buzz

    Audio (HTML5)

    Video

    Daddy-o!

    Tally ho!

    Split

    logs

    Tree

  • RE: Automatic Page Repair

    I didn't know the answer either and had to research it. I got to learn something today and it's still early. 😀 Thanks for a good question to...

Viewing 15 posts - 8,746 through 8,760 (of 9,399 total)