Forum Replies Created

Viewing 15 posts - 661 through 675 (of 3,232 total)

  • RE: SSIS - Resultset from SQL Server as parameter for Teradata data flow

    OK, here's what the blog is referring to.

    First, set up a package level string variable for your sql command and a variable for each of the parameters that you'll be...

    John Rowan

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

  • RE: how to take the backup of the database excluding some tables.

    Duplicate thread, please add replies here

    John Rowan

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

  • RE: how to take the backup of the datbase excluding some tables.

    You can backup a database or a filegroup, but not at the table level.

    You can organize your tables into filegroups if you need the ability to only backup certain groups...

    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!

    Cool. I have a good friend that puts in about that many in a year as well. He ran Boston last year for the first time.

    The...

    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!

    I thought I'd jump in and do the second 1/2.:-D

    I'm going to do the Lincoln, NE 1/2 marathon.

    So have you run a marathon before?

    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 (2/9/2010)


    John Rowan (2/9/2010)


    marathon

    are you a marathoner?

    Started a 12-week training program yesterday to do my first 1/2 marathon.

    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!

    marathon

    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!

    new week, new beginnings.

    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!

    cricket

    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!

    Ramen

    John Rowan

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

  • RE: DELETE grandchildren - use WHERE EXISTS or JOIN?

    Your question is one that is often asked and debated. Check out this link:

    http://www.sqlservercentral.com/Forums/Topic848551-360-1.aspx?Highlight=%22my+first+article%22

    John Rowan

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

  • RE: Indexing fields for JOINS and WHERE

    Jeff Moden (2/1/2010)


    John Rowan (2/1/2010)


    Best practice is to index your FK columns for join performance.

    CREATE INDEX <index name> ON <table name>(<column name>)

    The FK's should probably be on the PK of...

    John Rowan

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

  • RE: Ignore Duplicate Keys

    IGNORE_DUP_KEY is an index option which means that you have to define it when you create your unique index or primary key.

    I would recommend leaving the default option of IGNORE_DUP_KEY...

    John Rowan

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

  • RE: How can I create the OLE DB Connection in SSIS

    You can set up a connection manager object using the OLE DB data source provider for Oracle. You will use the attributes that you've shown to set up your...

    John Rowan

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

  • RE: Indexing fields for JOINS and WHERE

    See BOL for the full list of options for the CREATE INDEX statement.

    John Rowan

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

Viewing 15 posts - 661 through 675 (of 3,232 total)