Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 3,232 total)

  • RE: send mail from ssis package

    Have you tried what I suggested in my previous post?

    Where is your file count variable?

    John Rowan

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

  • RE: backup over network

    BACKUP DATABASE YourDBName

    TO DISK = 'your file path and name'

    Use SQL Agent to schedule the backup command followed by a CmdExec command to move the file.

    What have you...

    John Rowan

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

  • RE: For each file numerator.

    Duplicate thread, please reply here: http://www.sqlservercentral.com/Forums/Topic766824-148-1.aspx#bm767459

    John Rowan

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

  • RE: ForEach Loop substitute for speed purposes?

    Are you doing anything with the XML data or does it just go from your staging table straight into your destination tables?

    So the sole purpose of your package is to...

    John Rowan

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

  • RE: backup over network

    You can do this from SQL Server, but I would recommend creating the backup locally and then moving it off to another server. This will ensure that the backup...

    John Rowan

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

  • RE: dynamic change of flat file mappings

    CozyRoc (8/10/2009)


    John Rowan (8/10/2009)


    CozyRoc (8/10/2009)


    John,

    1. I'm talking about this statement: "Dynamically building out the BCP command"

    This is requirement to be a programmer.

    2. I agree that depending on one component, could...

    John Rowan

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

  • RE: dynamic change of flat file mappings

    CozyRoc (8/10/2009)


    John,

    1. I'm talking about this statement: "Dynamically building out the BCP command"

    This is requirement to be a programmer.

    2. I agree that depending on one component, could cause all your...

    John Rowan

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

  • RE: How do I append records to a table via SSIS?

    Than you can do exactly what I said. Create a data flow. Add a task for to get your source rows, add an OLE DB Destination to insert...

    John Rowan

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

  • RE: dynamic change of flat file mappings

    CozyRoc (8/10/2009)


    John Rowan (8/10/2009)


    It may just mean that my definition of 'easy' differs from yours. My post previous to your request that I try your product and provide you...

    John Rowan

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

  • RE: dynamic change of flat file mappings

    CozyRoc (8/10/2009)


    John Rowan (8/10/2009)


    It may just mean that my definition of 'easy' differs from yours. My post previous to your request that I try your product and provide you...

    John Rowan

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

  • RE: How do I append records to a table via SSIS?

    That's a pretty broad question. With no detail on your part to tell us where the data is comming from or what you have to do to it, the...

    John Rowan

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

  • RE: dynamic change of flat file mappings

    It may just mean that my definition of 'easy' differs from yours. My post previous to your request that I try your product and provide you with feedback provided...

    John Rowan

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

  • RE: SSIS --> XML output

    Does the SELECT.....FOR XML statement create the XML in the format that you were looking for? If so, use the SELECT statement inside a stored procedure. The XML...

    John Rowan

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

  • RE: Derived Column

    I'm glad you posted a reply. I was sure that I had been discussing the same type of tactic in 2 different threads. I found that there is...

    John Rowan

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

  • RE: SSIS package - Task failure

    Parthipan (8/9/2009)


    Hi John,

    I will learn more about this, and should i include all the steps(sub tasks) as same like that of control flow, dataflow to alert or ignore any error.

    BR,

    Parthi

    I'm...

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