Is is possible to run multiple instances (installations) of SQL Server databases on the same machine (assuming the machine is not virtualized)
Is is possible to run multiple instances (installations) of SQL Server databases on the same machine (assuming the machine is not virtualized)
3条答案
按热度按时间uqcuzwp81#
Yes, you can give the installations different names. I think you have to choose "advanced options" on installation to be able to set the name.
tzdcorbm2#
yep, they need to be named instances though. Run the setup but when you get to the instance name - add a new name for the instance.
xiozqbni3#
Yes, we can use multiple instance of SQL Server of same machine/server.
All instances of the database engine other than the default instance are identified by an instance name specified during installation of the instance.