Forum Replies Created

Viewing 15 posts - 46 through 60 (of 3,232 total)

  • RE: Create or update rows in a table on the basis of intervals.

    duplicate post, reply here: http://www.sqlservercentral.com/Forums/Topic1791754-3077-1.aspx

    John Rowan

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

  • RE: insert into the table based on intervals

    duplicate post, reply here: http://www.sqlservercentral.com/Forums/Topic1791754-3077-1.aspx

    John Rowan

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

  • RE: insert into the table based on intervals

    duplicate post, reply here: http://www.sqlservercentral.com/Forums/Topic1791754-3077-1.aspx

    John Rowan

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

  • RE: insert rows into the table based on intervals

    duplicate post, reply here: http://www.sqlservercentral.com/Forums/Topic1791754-3077-1.aspx

    John Rowan

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

  • RE: SSIS : how to use variable in update statement

    So you are able to log into the second server as the account that runs your package?

    Another thing you can do is put a breakpoint on one of your tasks...

    John Rowan

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

  • RE: SSIS Package Not Writing Rows to OLE DB Destination Although Completion is Successful

    Is this a question? This is a very old thread, you should start a new thread and give us a bit more details into what you are attempting to...

    John Rowan

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

  • RE: SSIS : how to use variable in update statement

    You need an execute SQL task inside of your for each loop container. Your UPDATE statement should be something like this:

    UPDATEtableA

    SETDirectory = Directory + ?

    Then, on the Parmeter...

    John Rowan

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

  • RE: Accidently Deployed Report - Retrieval Possible?

    Glad you're back up and running. I agree with Thom here that you should consider version control. We store all of our .rdl files off in version control...

    John Rowan

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

  • RE: When query is too long for OLE DB DFT, what are my options for bridging two servers?

    You can use an OLE DB Source w/o having to place the stored procedure code inside the SQL command text. You put the stored procedure call into the SQL...

    John Rowan

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

  • RE: Bulk import .txt files - SSIS

    You need to set up a for each container to iterate over the .txt files in your directory. Here's an example of how to set that up.

    http://www.sqlis.com/sqlis/post/Looping-over-files-with-the-Foreach-Loop.aspx

    John Rowan

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

  • RE: Why the Beatles Broke up

    ..

    John Rowan

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

  • RE: TeraData logging

    I have been out of the Teradata world for around a year now. I never really found a good Teradata community like we have here for SQL Server. ...

    John Rowan

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

  • RE: SQL in SSIS

    You need your execute SQL task to use the connection manager that you've setup to use the dynamic server name from the foreach loop variable. Here's a link that...

    John Rowan

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

  • RE: SQL in SSIS

    If you need to change connections, you can make your connection manager dynamic by using the expressions on it and the variable from your foreach loop containing the server name....

    John Rowan

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

  • RE: TeraData logging

    There are resources that will be much better for you in regards to Teradata than this site. Are you a Teradata user or admin? Trillions of rows is...

    John Rowan

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

Viewing 15 posts - 46 through 60 (of 3,232 total)