Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 3,232 total)

  • RE: Send e-mail based on a condition

    Phil's suggestion would be a good option as well. You'd just need to put in some logic to count up your error rows in the data flow as they...

    John Rowan

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

  • RE: Deploy SSIS packge to SQL server

    Have you tried importing it from your SSIS instance?

    John Rowan

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

  • RE: Deploy SSIS packge to SQL server

    Try deploying it to your SQL Server without copying the files first.

    Alternatively, you can connect to your production SSIS instance and import the package there.

    John Rowan

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

  • RE: Deploy SSIS packge to SQL server

    Are you saying that you've copied all of this to your production server's C:\SSISPackages directory?

    You don't need to copy the .dtsx, .config, and manifest anywhere. Use the deployment manifest...

    John Rowan

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

  • RE: SSIS global variables and package variables

    Google SSIS package configurations and you'll get a heap of info. Here are a few worth reading:

    http://msdn.microsoft.com/en-us/library/ms141682.aspx

    http://www.sqlis.com/post/Easy-Package-Configuration.aspx

    http://www.sql-server-performance.com/articles/dba/package_configuration_2005_p1.aspx

    John Rowan

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

  • RE: Send e-mail based on a condition

    1. 1400 emails - what's wrong with that? Just kidding! I've used this before and only the first error triggered the OnError event handler. You may check...

    John Rowan

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

  • RE: Send e-mail based on a condition

    Well, we know that you can use the Send Mail task in both the Control Flow and in the OnError event handler. You could route the missing lookups from...

    John Rowan

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

  • RE: SSIS global variables and package variables

    Read up on package configurations. This will allow you to set your package up to pull in values from environment variables, registry entries, xml files, etc. You should...

    John Rowan

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

  • RE: Querying XML Column

    Duh, I didn't even think that the forum might have pulled the tags out!!

    John Rowan

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

  • RE: Reporting on a busy database with lots of records

    Yes. If you want to copy data to another DB and transform it in the process, SSIS is the tool of choice.

    However, if won't be easily picked...

    John Rowan

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

  • RE: Querying XML Column

    If so, you can't query the XML because there are no nodes defined. You'll need to convert it to a varchar and use standard character handling functions.

    SELECT...

    John Rowan

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

  • RE: Querying XML Column

    Is that really how the XML data is stored?

    John Rowan

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

  • RE: How to Transfer data, data archieving, good strategy?

    Shamshad Ali (8/31/2009)


    First of all thanks for your reply and help. I am giving you reply to your questions in steps below:

    [Some of that depends on how you will be...

    John Rowan

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

  • RE: Flat file and extra data column

    Good catch Phil. You are absolutely correct, I meant can't. Thanks for catching me!

    John Rowan

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

  • RE: Combine Queries

    kabaari (8/31/2009)


    Thanks. That's definitely easier said than done. I will try to post sometime today. S2K5.

    Maybe, but with what you are asking for, someone will have to mock up an...

    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,021 through 1,035 (of 3,232 total)