Forum Replies Created

Viewing 15 posts - 361 through 375 (of 448 total)

  • RE: Working Out of a Job

    Saw this happen to a manager of mine - he did a pretty good job of streamlining the servers, moving from individual desktop support to a Citrix farm, changing over...

  • RE: Strategy for storing User Configurations

    Should have added in some details:

    Users table for the NT Login and associated base information for that person - usually things like Phone/extension, First/Last name, Department, Role, etc.

    We then branched...

  • RE: Strategy for storing User Configurations

    I've seen that used before - one SQL login that is used to look up the data in a table containing users and similar. It works relatively well except for...

  • RE: Create package variables using script

    Well the files are all XML so it's possible that the variables are stored in a common place in all of the files. You could try to find them...

  • RE: Create package variables using script

    Why not use templates for this? I think that some of the SSIS blogs discussed using templates. They should work in a manner similar to other VS project...

  • RE: SQL Server Package Migration Wizard

    Might be in a different location - depends on where things were installed. Perhaps do a search for that file across all of your drives? It might not...

  • RE: SQL Server Package Migration Wizard

    When running a default instance of SQL 2000 and a named instance of SQL 2005, I ran into a problem with the configuration of SSIS where it uses the default...

  • RE: DTS and INTEGRATION SERVICES E-BOOK

    Haven't seen any e-books yet, but there are a couple of paper books. One was even co-authored by some of the regulars on this site:

    "Professional SQL Server 2005...

  • RE: SQLDTS File Transfer Protocol Task and unzipping

    Could you extract to a working folder then process each file in the loop and move/delete the file at the end of the loop? Seems like that would be...

  • RE: compression software

    One of the requirements was free. Thus Gzip or something similar. I don't think RAR is free, but it's an option.

    LiteSpeed has a 2005 version ready. Not...

  • RE: DTS version control

    As Greg noted - if you right-click the DTS package and select Versions, you should be able to go back. However if multiple people are making the changes I...

  • RE: compression software

    If you want something free, Gzip may work. I won't say that it's fast, but I believe there are no limits on file size.

    -Pete

  • RE: Can you dynamically re-schedule a DTS job?

    You could also add some activex code to:

    1. check for a file - if found, continue, otherwise exit successfully

    2. At the end of the package or after processing...

  • RE: Why are passwords deleted from connections and config file?

    What about storing those in some sort of external file and using an expression to read them in? That should get around the issue of saving the password in...

  • RE: Creating DTS using OSQL

    I don't think you're going to be able to create a DTS package with just OSQL. You can get a Developer copy of SQL Server for $50 or at...

Viewing 15 posts - 361 through 375 (of 448 total)