![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I'm currently setting up a SQL Server 2000. My configuration is: Instance MyCompany running on ServerA Instance TheirCompany running on ServerB TheirCompany is mapped as linked server into instance MyCompany In my situation, the data in TheirCompany is only located on ServerB due to legal restrictions. All data access happens through ServerA. Therefore, it would be favourable if ServerA would keep the data of TheirCompany in its cache and not query the remote server for every SELECT. Can this somehow be configured. (Like saying TheirCompany.DataAccessType = not volatile, from cache or something). Are there any other suggestions on how to optimize performance? I'm aware of the query plans for joins on remote tables, I'm much more looking for a way to keep the SQL Server from fetching the data every time, as it won't have changed FOR SURE! Thanks in advance Simon posted to: microsoft.public.sqlserver.setup; microsoft.public.sqlserver.server; microsoft.public.sqlserver.clustering |
#3
| |||
| |||
|
|
Hi I'm currently setting up a SQL Server 2000. My configuration is: Instance MyCompany running on ServerA Instance TheirCompany running on ServerB TheirCompany is mapped as linked server into instance MyCompany In my situation, the data in TheirCompany is only located on ServerB due to legal restrictions. All data access happens through ServerA. Therefore, it would be favourable if ServerA would keep the data of TheirCompany in its cache and not query the remote server for every SELECT. Can this somehow be configured. (Like saying TheirCompany.DataAccessType = not volatile, from cache or something). Are there any other suggestions on how to optimize performance? I'm aware of the query plans for joins on remote tables, I'm much more looking for a way to keep the SQL Server from fetching the data every time, as it won't have changed FOR SURE! Thanks in advance Simon posted to: microsoft.public.sqlserver.setup; microsoft.public.sqlserver.server; microsoft.public.sqlserver.clustering |
![]() |
| Thread Tools | |
| Display Modes | |
| |