I'm working at a site, about 80 servers in 27 zones. FR3/SP3. They all use a direct connection to the datastore. The problem is as follows: Many of the servers are executing the stored procedure (in the datastore database) JoinReadEntryByName (349??), requesting large amounts of data from the datastore. Some of the servers in a zone are fine, they run the procedure about 600 times in 6 hours, which is not too bad, but the other servers run the procedure more like 30000(!!) times in 6 hours. The applications are the same on the servers, amount of users are the same, all the server have been configured exactly alike. There is no problem early in the morning when there are no users on the servers, but as user start logging in, traffic starts building up. The amount of data the datastore is sending in response to these requests is overloading the wan links. The traffic can get up to 1 gigs in 24 hours, PER SERVER! Does anyone know what the problem could be? Or even what the stored procedure JoinReadEntryByName is used for?