![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I want to have 3 MSSQL server that work at same time on shared database(all opened a single data file on SAN for example). And request for queries are send to those parallel and same sql servers to archive more processing power and fail over feature?act as load balancing? what can I do for load balancing heavy traffic queries like which can done on web server? thanks |
#2
| |||
| |||
|
|
For example I have A database named T1 with T1.mdf and want to have another Database on other server(or same server to start test) and have read only access to above T1.mdf? |
#3
| |||
| |||
|
|
there is a feature in SQL2005 called scalable shared database that allows you to present the same database via a LUN to multiple SQL2005 instances for read-only access. |
![]() |
| Thread Tools | |
| Display Modes | |
| |