Forum Replies Created

Viewing 15 posts - 391 through 405 (of 3,232 total)

  • RE: Today's Random Word!

    Friday!!

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    SBD

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    CirquedeSQLeil (7/19/2010)


    John Rowan (7/19/2010)


    tosscrosby (7/16/2010)


    lumbricus terrestris can be a money-maker, depending on where you live...

    I'm in the mid-west. They would make money here. I'll be adding...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    tosscrosby (7/16/2010)


    lumbricus terrestris can be a money-maker, depending on where you live...

    I'm in the mid-west. They would make money here. I'll be adding that to my...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Delicacy

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Zophobas morio

    (not so random worm - my next project is to breed them for pet consumption)

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Comparing CI data fields

    I'm glad you figured it out. I would still suggest that you take steps to make your data types consistent accross your tables.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Exec SQL task and output to XML

    Here's how I've done it.

    1. Create a Data Flow task.

    2. Inside Data flow, use OLE DB Source adapter to get your XML. I use a stored procedure. I...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Salvation

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Precision/Scale question

    --==== Build test table

    DECLARE @Table TABLE (

    RowID int IDENTITY(1,1) NOT NULL PRIMARY KEY,

    DecimalValue decimal(18,2) NOT NULL

    )

    --==== Insert test data into table

    INSERT INTO @Table(DecimalValue)

    SELECT 2316842 UNION ALL

    SELECT 594649871 UNION ALL

    SELECT...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Comparing CI data fields

    Comparing 123 accross those data types should evaluate to an equality. Are you seeing something different.

    On another note, you may want to correct the problem of storing the same...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Precision/Scale question

    Nope, it will round the incoming data to fulfill the datatype, but not change the #.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Precision/Scale question

    That's because 124757266 is a whole number. If your number was 1247572.66156413, then you'd get 1247572.66.

    If you want to add a decimal point, divide it by 100.

    INSERT INTO...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Rowdy Roddy Piper

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Macho Man

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 391 through 405 (of 3,232 total)