Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 3,232 total)

  • RE: Update where Select max() help

    Your UPDATE statement is written to where it would update the entire wce_contact table if your sub-select returns a rowcount > 0.

    Can you post your table DDL for wce_contact? ...

    John Rowan

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

  • RE: Exporting multiple CSV files into SQL Database using SSIS

    So you have CSV files that were generated from some source that you want to import into a SQL Server instance using SSIS. Are all of the CSV files...

    John Rowan

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

  • RE: How to set server and databases at runtime?

    Have you looked into Package Configurations?

    John Rowan

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

  • RE: WMI Query Data Reader connection string

    Let's see if we can get Steve's take on that question.

    John Rowan

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

  • RE: WMI Query Data Reader connection string

    dave (6/25/2009)Needs a little more work first, but once I have some better error handling I'll probaly stick it up on a site for sharing.

    Or maybe document it in an...

    John Rowan

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

  • RE: How to import data from sybase to sql2005 using ssis

    Where is it getting the table name from? It looks like you've got double quotes in the table name.

    John Rowan

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

  • RE: How to import data from sybase to sql2005 using ssis

    So if you set up an OLE DB connection in SSIS and use the 'Test Connection' button, does it connect?

    ODBC may work, but you may find it to be a...

    John Rowan

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

  • RE: using SSIS to perform data validation in ETL app

    Phil Parkin (6/22/2009)


    jreece (6/22/2009)


    John,

    --

    I am now going to add a few derived columns - I thought "Create_Date" and "Change_Date" might be very useful for tracking updates.

    You might also consider doing...

    John Rowan

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

  • RE: Common questions asked in SQL Server DBA Interview

    jeffrey yao (6/20/2009)


    Michael Valentine Jones (6/18/2009)


    Matt Miller (6/18/2009)

    ..."What is normalization and why is it important?"...

    Just say that “normalization” is theoretical nonsense that so-called gurus like Date and Celko throw around...

    John Rowan

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

  • RE: Script task will run fine but doesn't execute the code

    Peter, have you tried using the file system task with the copy option?

    John Rowan

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

  • RE: How to import data from sybase to sql2005 using ssis

    So when you tried the ODBC connection, did you already have an ODBC data source configured to your Sybase DB? What happens if you try to connect to the...

    John Rowan

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

  • RE: Using connection manager with in script task to get the file name

    What are you wanting to do with the filename? Have you thought about using package variables to get it in there instead of trying to access the connection manager...

    John Rowan

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

  • RE: Oracle Datatype compatibility with SQL SERVER 2005

    It's just a difference in how the data providers read the data. If you're reading it from flat file, it does not know what the original format was from...

    John Rowan

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

  • RE: using SSIS to perform data validation in ETL app

    I don't know if they are really bugs. The Checksum function does not guarantee uniquness so you could end up with a row being identified that is not a...

    John Rowan

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

  • RE: Handling of Primary Keys

    Paul White (6/19/2009)


    John Rowan (6/19/2009)


    I would question their use even when implemented correctly.

    Heh. Well unless you are $deity posting under a psedonym, I think we're going to need more...

    John Rowan

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

Viewing 15 posts - 1,366 through 1,380 (of 3,232 total)