Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 3,232 total)

  • RE: Does Maturity Make a DBA?

    I just wanted to say that from an outside observers perspective, that I admire Lynn and Gus's continued professionalism in the face of what has ended up being a landslide...

    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

    That's great. I'm sure it works just fine, but the fact is that this problem is easily solved with tools and techniques already built into SSIS and SQL Server.

    I...

    John Rowan

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

  • RE: validation error while Executing package due to ##Temp table

    Frank is right on with his advice. SSIS is an ETL tool. You can do all of your validations and transformations inside the data flow before loading the...

    John Rowan

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

  • RE: Getting Buffer/Memory Error while doing some Script transformation.

    Gkhadka (8/7/2009)


    No, the first process ie reading from flat file and loading into sql tmp tbl and then from tmp tbl to sql hist tbl. So here we have 2...

    John Rowan

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

  • RE: Delete DateTime Stamp files in a directory

    So you've configured your For Each loop to iterate through only the files you want to remove? Use the File System task inside your loop to delete the files.

    John Rowan

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

  • RE: Getting Buffer/Memory Error while doing some Script transformation.

    When you are referring to 'the first process', do you mean reading the file in twice using 2 data flows to load your 2 tables? In other words, 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

    Dynamically building out the BCP command and calling it from SSIS is as good an option as any. Any other way you go, you get bound to having to...

    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

    Your Xml example did not make it into your post! You may want to use the Preview option next time to ensure your post looks like you want it...

    John Rowan

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

  • RE: Getting Buffer/Memory Error while doing some Script transformation.

    Your error is a memory buffer error for SSIS. This is usually because you have a data flow that is handling too much data, your server needs more memory,...

    John Rowan

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

  • RE: send mail from ssis package

    So if your package kicks off and there are no files in the folder to process, you want an e-mail sent out? If that's what you're looking for, create...

    John Rowan

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

  • RE: Sub proc not returning error code when using TRY...CATCH block

    Well, Ken covered the other option, capture the return value of the executing Proc, but I would take it a step further and code it like this:

    --Run subproc

    DECLARE @err int

    EXEC...

    John Rowan

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

  • RE: configure logic for bad set of data's

    To notify you via email if your data flow reaches the error condition, I'd create an OnError Event Handler on the data flow task and use the send mail task...

    John Rowan

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

  • RE: configure logic for bad set of data's

    Go to Control Panel>>Administrative Tools>>Component Serivces. Expand Component Services>>Computers, right-click on My Computer and Start MS DTC.

    John Rowan

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

  • RE: Script to moniotr dead locks

    Can't you just set up an Alert (using SQL Server Agent's Alert feature) to monitor the SQL Server: Locks - Number of Deadlocks/sec counter?

    John Rowan

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

  • RE: configure logic for bad set of data's

    Ah, ha. That is one of the requirements (from the article I posted for you) for running Required transaction option in SSIS. You must have MSDTS service running....

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