Do Instances Share Same Services? - SQL Server
Posted
by peace
on Stack Overflow
See other posts from Stack Overflow
or by peace
Published on 2010-05-19T04:24:52Z
Indexed on
2010/05/19
4:30 UTC
Read the original article
Hit count: 296
Lets say i installed two named SQL Server 2008 instances e.g. A and B, will i have two services of each type e.g. two analysis service, two reporting service and so on, one service for A and the other for B? If yes, then it is known a service listens on a port number, how two same services going to listen on the port?
I hope this is clear enough. Thanks
© Stack Overflow or respective owner