Question Regarding SaveToDtsServer Method.

  • The reference material I'm looking at is under the C# example space at http://technet.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.application.savetodtsserver.aspx. Specifically, the line I'm curious about is "app.SaveToDtsServer(p, null, @"File System\myFolder2", "yourserver");"

    What is "File System"? Is it an environment variable, some kind of internal SQL Variable, a registry setting, or what? I can't seem to find the answer so I'm turning here...

    Thanks in advance for any insight.

  • SwedishOrr (8/5/2010)


    The reference material I'm looking at is under the C# example space at http://technet.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.application.savetodtsserver.aspx. Specifically, the line I'm curious about is "app.SaveToDtsServer(p, null, @"File System\myFolder2", "yourserver");"

    What is "File System"? Is it an environment variable, some kind of internal SQL Variable, a registry setting, or what? I can't seem to find the answer so I'm turning here...

    Thanks in advance for any insight.

    It should be network folder or your system folder where the DTS package would be copied.

    [font="Arial"]BASKAR BV
    http://geekswithblogs.net/baskibv/Default.aspx
    In life, as in football, you won’t go far unless you know where the goalposts are.[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply