Forum Replies Created

Viewing 15 posts - 616 through 630 (of 3,232 total)

  • RE: SQL SERVER 2008 - SSIS PACKAGE HANGS

    I see room for improvement here in several places.

    First, you've got to use constraints and indexes in your table design. Even if you get this working, you'll...

    John Rowan

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

  • RE: Dynamic OLE DB Connection Password

    Yes, package variables are user variables. Sorry for the confusion.

    Like I said in my first reply, you'll have to set the Connection String property to embed the...

    John Rowan

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

  • RE: Dynamic OLE DB Connection Password

    I usually default the variable values to my test DB. This allows the package to pass validation instead of failing as it does before the variables are populated.

    John Rowan

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

  • RE: Dynamic OLE DB Connection Password

    Each iteration of your loop will grab the connection info for the current connection and set the package level variables. When the ole db connection manager is invoked during...

    John Rowan

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

  • RE: Send output of "Execute Sql Task" to a table

    Why not use a data flow task?

    John Rowan

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

  • RE: Dynamic OLE DB Connection Password

    Instead of defining expressions for the individual elements of the connection, set all of the dynamic connection properties using the connectionstring property. Here you can set server, user, password,...

    John Rowan

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

  • RE: Error in Update query

    The ISNUMERIC function is not as it appears. See this[/url] thread for details.

    John Rowan

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

  • RE: Today's Random Word!

    Steve Jones - Editor (3/18/2010)


    We are expecting 5" of snow here, which makes my word for today "Noooooooooooooooooooooooooooo"

    This is likely to mess up my Ski Friday.

    Does Ski Friday not require...

    John Rowan

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

  • RE: Timeout errors

    Partitioning can improve performance; however, 3 million rows in a table should not put you in a situation where your queries are timing out. I would not partition a...

    John Rowan

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

  • RE: Today's Random Word!

    Ditto that

    John Rowan

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

  • RE: Computed Column Help Please

    Your like a mind reader Gus. That's exactly where I was headed. I was hoping to see the OPs existing DDL so we can help further. From...

    John Rowan

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

  • RE: Computed Column Help Please

    This numbering system generated from a stored procedure provides all types of information at a glance as well as provides a unique ID used in other tables.

    I'll have to admit...

    John Rowan

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

  • RE: Today's Random Word!

    Pain.

    John Rowan

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

  • RE: PROBLEM IN DATA FLOW OLE DB

    Trace your SQL instance and find out what the SQL statement coming from the source adapter looks like.

    John Rowan

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

  • RE: what is the most efficient way to maintain a denormalized table?

    To improve on your 15 hour process, I think we need to know a bit more about it. Can you give us an explanation of how you are 1)...

    John Rowan

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

Viewing 15 posts - 616 through 630 (of 3,232 total)