SSIS on Named Instance

Last post 08-14-2008 4:45 PM by satya. 1 replies.
Page 1 of 1 (2 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 08-13-2008 10:32 PM

    • jhoy
    • Top 500 Contributor
    • Joined on 04-30-2007
    • Philippines
    • Posts 54

    SSIS on Named Instance

    Hi All,

     

    Would like to ask on how can I configure SSIS to point on a Named Instance by default

     I tried editing config and alter with ServerName\InstanceName

    after I started services for the instance name and still didn't work...

    You will find the file in: “SQL Sever install dir”\90\DTS\Binn (e.g. c:\Program Files\Microsoft SQL Server\90\DTS\Binn)

    <?xml version=”1.0″ encoding=”utf-8″?>
    <DtsServiceConfiguration xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”>
      <StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>
      <TopLevelFolders>
        <Folder xsi:type=”SqlServerFolder”>
          <Name>MSDB</Name>
          <ServerName>ServerName\InstanceName</ServerName>
        </Folder>
        <Folder xsi:type=”FileSystemFolder”>
          <Name>File System</Name>
          <StorePath>..\Packages</StorePath>
        </Folder>
      </TopLevelFolders> 
    </DtsServiceConfiguration>

     

    Is there other way to config SSIS ??

    Thanks and Regards,

    JHOY 

    jhoy
  • 08-14-2008 4:45 PM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 22,515
    • Microsoft MVP
      Moderator

    Re: SSIS on Named Instance

    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
Page 1 of 1 (2 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.