Is it possible to run multiple instances of SQL Server on the same machine

iaqfqrcu  于 12个月前  发布在  SQL Server
关注(0)|答案(3)|浏览(104)

Is is possible to run multiple instances (installations) of SQL Server databases on the same machine (assuming the machine is not virtualized)

uqcuzwp8

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.

tzdcorbm

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.

xiozqbni

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.

相关问题