x
login about faq Site discussion (meta-askssc)

What SQL Server subsystems are instance aware?

In SQL Server 2005 and SQL Server 2008, I know that you can install multiple instances of some services/subsystems. Does anyone have a good list of what is available for each version?

more ▼

asked Oct 21 '09 at 08:42 PM in Default

Steve Jones - Editor gravatar image

Steve Jones - Editor ♦♦
5.1k 74 78 82

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

Of the four Server Components, only SSIS is "single-instance". The database engine, SSAS and SSRS can have multiple instances.

Suppose you have two instances of all components of SQL Server 2008, you will still only have one copy of SSIS. You can configure which instance's msdb is reflected when you connect SSMS to Integration Services through the file MsDtsSrvr.ini.xml

Management tools, including SQL Browser, are per-server.

It's also worth noting that SSIS 2008 cannot live beside SSIS 2005, although it will run SSIS 2005 packages as if it were SSIS 2005, as the run-time executables are versioned. If you have a SQL 2005 instance and a SQL 2008 instance, then SSIS is actually 2008, but is fully compatible with 2005.

more ▼

answered Oct 21 '09 at 10:33 PM

Rob Farley gravatar image

Rob Farley
5.7k 14 17 19

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x1843
x1612
x275

asked: Oct 21 '09 at 08:42 PM

Seen: 1516 times

Last Updated: Oct 22 '09 at 06:47 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.