I am interested in having two completely separate SQL Server instances on one server as opposed to creating a new database within an instance. The purpose of this is to separate the two instances as much as possible while still being on the same machine.
Ultimately we are hoping to limit access to the second instance of SQL Server by changing the port from it's default of 1433.
1. Any ideas how to create this second SQL Server instance? Is it an entirely new install of SQL Server? Books Online has a brief write-up about it but it doesn't say enough to know where to begin.
2. Is it even possible to restrict the ports on which a particular instance listens?
Any information, advise or suggestions anybody may have are greatly appreciated!!!
-Mary Klaire
Ultimately we are hoping to limit access to the second instance of SQL Server by changing the port from it's default of 1433.
1. Any ideas how to create this second SQL Server instance? Is it an entirely new install of SQL Server? Books Online has a brief write-up about it but it doesn't say enough to know where to begin.
2. Is it even possible to restrict the ports on which a particular instance listens?
Any information, advise or suggestions anybody may have are greatly appreciated!!!
-Mary Klaire