Forum Replies Created

Viewing 15 posts - 256 through 270 (of 2,612 total)

  • RE: SSIS package runs fine, except as a scheduled job (AS400 authentication error)

    How is "The AS400 connection is configured to save the login and password"?

    If you mean the checkbox in the ODBC dialog is checked, you are mistaken. Even the MS...

  • RE: SQL Server Service Accounts

    You can use a single account, but it will be less secure.

    With a single account, you will have to give the account permissions to handle all actions that need to...

  • RE: Incremental Cube Updates

    Analysis Services incremental updating is based on the idea that fact records should never be updated. You should only add new fact records to the table. If you...

  • RE: Are the posted questions getting worse?

    Good point Matt.

    However, if F1 got them here, shouldn't they be on a topic or article that, if read, probably already contained the answer they decided to post?

  • RE: Which .Net Language Should We Adopt

    I'll throw in my 2 cents.

    I moved 2 shops I worked at from VB6 to C#. I specifically avoided moving to VB.Net because much of the old syntax would...

  • RE: Are the posted questions getting worse?

    Actually, the thread was originally about the poor posting, not the lack of ability of the posters. It's ok to ask basic questions, but some posts seem like spending...

  • RE: SSIS in cluster

    The install for SSIS is not cluster-aware. MS has some solutions for this that work just fine. Check the MSDN website.

    As far as the folder - you should...

  • RE: More Bulk Insert Grief

    Track the file name and execution times in a table somewhere.

    I would suspect that your process is picking up a file more than once. A ForEach loop over a...

  • RE: Starting a Job

    msdb..sp_help_job will return the status of job(s) to determine if they are currently running.

  • RE: Non Empty Behavior

    The non-empty behavior basically evaluates the empty behavior by examining the actual measure you select. This allows the calculation engine to eliminate having to run the calculation for the...

  • RE: OLE DB data access from a variable

    Yes and no.

    SSIS is tied heavily to the meta-data. So, if you design your package through the GUI and select a table as a data source, the components in...

  • RE: Synchronizing/Replicating data from external database?

    There are lots of ways to do this and all of them have their up and down sides. Search around the web for "slowly changing dimension" updates. Data...

  • RE: TSQL Commit Rows

    Right, search the site a bit for batch large transactions. There are some posts and articles about doing this that will help you write the necessary loops.

  • RE: TSQL Commit Rows

    A SELECT statement would have nothing to commit. What are you trying to do?

  • RE: Synchronizing/Replicating data from external database?

    There is nothing built in for this. You will need to write some queries to figure out which records are new or changed and insert or update the tables...

Viewing 15 posts - 256 through 270 (of 2,612 total)