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 ServerNameInstanceName after I started services for the instance name and still didn't work... You will find the file in: “SQL Sever install dirâ€90DTSBinn (e.g. crogram FilesMicrosoft SQL Server90DTSBinn) <?xml version=â€1.0″ encoding=â€utf-8″?> <DtsServiceConfigurationxmlns: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>ServerNameInstanceName</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