RE: SSIS Perf question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello,

Per your question, when exectuing packages, sql queries/SPs are still
running on SQL engine. SSIS engine is to process the workflow of the
packages. The real data processing for SQL database are by SQL engines. You
may want to see the architecture of SSIS for details


Integration Services Architecture
http://msdn2.microsoft.com/en-us/library/ms141709.aspx


The SSIS service does not support delegation. You could only store SSIS
packages in local instance of SQL Server and not a remote server. As for
the instance on perf, are you referring to Sqlserver:SSIS Service\SSIS
package instances? It is referring to SSIS package instances that are
running SSIS packages. It's not SQL Server engine instance. SSIS package
instance use their own resources, and it is seperated from SQL engine
resources.

If you have any further questions or concerns, please feel free to let me
know. Thank you.
Thanks & Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
<http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
<http://msdn.microsoft.com/subscriptions/support/default.aspx>.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: SSIS vs MS SQL Serevr 2008
    ... The likely cause is that SQL Server and SSIS are competing for the same CPU and memory resources. ... When you run applications on the same box as the database server, consider setting max SQL Server memory to prevent thrashing. ... I have an issue with while running SSIS packages in SQL Serer 2008. ...
    (microsoft.public.sqlserver.server)
  • Re: SSIS in sql 2005
    ... I've migrated to SSIS sql 2005. ... I need to modify the SSIS packages. ...
    (microsoft.public.sqlserver.dts)
  • RE: problems creating maintenanceplan
    ... you will get this error if SSIS is not installed on ... SQL server 2005 and you try to create maintenance plans. ... However you can configure SSIS to save packages in any of the local ...
    (microsoft.public.sqlserver.setup)
  • SSIS Script Issue after SQL 2008 Install
    ... I've recently installed the SQL 2008 tools so I can begin creating SSIS 2008 ... However I've found that I now have an issue with my existing SSIS ... 2005 packages where I have script tasks. ...
    (microsoft.public.sqlserver.tools)
  • Re: SQL
    ... SQL lacks a lot of stuff. ... I see nothing that keeps an RDBMs engine from using such techniques to ... A custom engine does ...
    (comp.object)