Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 7,164 total)

  • RE: XML config files

    For that you could leverage Package Configurations SQL Server storage. Not sure about why you think you need to lock the row but maybe that's specfic to your environment. That...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: XML config files

    aaron.reese (1/9/2013)


    I know I can share an XML config across packages, but can I have a package pick up more than one XML file? I.e. a global XML with...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Getting better performance when lowering DefaultBufferMaxRows value - is it normal?

    Yvan Bouchard (1/9/2013)


    opc.three (1/8/2013)


    Relevant?

    SSIS: A performance tuning success story

    Saw that article - talks about the same kind of problem and solution we used but still does not explain why making...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Initialisation file

    Needing to know the DDL is a pain. That part could be made to be dynamic although I would be compelled to drop 'somewhat' from 'somewhat messy' at that point...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Initialisation file

    dwain.c (1/8/2013)


    But isn't it true that you can TRUNCATE TABLE b first and then TRUNCATE TABLE a?

    No. In my repro code both tables are empty. I am thinking it has...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Getting better performance when lowering DefaultBufferMaxRows value - is it normal?

    Relevant?

    SSIS: A performance tuning success story

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: create report with date suffix

    Is PowerShell installed on the server? You could do this in a CmdExec step type:

    %windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -Command "& {$x=(Get-Date -Format "yyyyMMdd_HHmmss");Move-Item -Path "C:\@\FlatFile.txt" -Destination "C:\@\FlatFile_$x.txt"}"

    Just change yyyyMMdd_HHmmss to match...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: I am looking forward to see your third technique to satisfy the project requirements using only a SSIS Script Task

    My apologies for the late response. I did not realize there were new topics posted in this area. In case you have not seen the third of the three articles:

    Using...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table Variable Parameters - Odd design choices or am I just not finding the answer

    I wasn't sure the crux of your issue so I threw some code out there thinking it might initiate a discussion. I am happy to help move the ball down...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: how to Create secure FTP Connection through script task in SSIS 2008

    Windows has no native support for SSH. You'll need to incorporate some third party software.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Separate Data in a Derived Column

    tom 100 (1/8/2013)


    Thank you- I have another question relating to the same file.

    I have two columns in the CSV file, Contact Name and Company. The Contact Name is duplicated in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Login with SA acct failed

    MyDoggieJessie (1/7/2013)


    By default when installing SQL Server the built in administrators group is added into the sysadmin role, so as long as you/they can connect to the SQL Server instance...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Initialisation file

    dwain.c (1/8/2013)


    a_ud (1/8/2013)


    I just didn't think of it, but thank you. I've checked the TRUNCATE command and apparently one of the best things about it is that it doesn't fire...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2008 R2 TEMPDB massive autogrowth suddenly.

    To view all default trace files:

    Reviewing AutoGrow events from the default trace by Aaron Bertrand

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Agent Job - T-SQL Job Step Question

    It sounds like you're referring to msdb.dbo.sp_start_job which returns control to the caller immediately after submitting the request to SQL Agent to start the job reporting 1 or 0 as...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,476 through 2,490 (of 7,164 total)