Jens,
For the first server:
1> sp_monitorconfig "procedure cache"
2> go
Usage information at date and time: Aug 1 2014 1:46PM.
Name Num_free Num_active Pct_act Max_Used Reuse_cnt
------------------------- ----------- ----------- ------- ----------- -----------
procedure cache size 609397 30603 4.78 639522 14797
(1 row affected, return status = 0)
For the second server:
1> sp_monitorconfig "procedure cache"
2> go
Usage information at date and time: Aug 1 2014 1:48PM.
Name Num_free Num_active Pct_act Max_Used Reuse_cnt
------------------------- ----------- ----------- ------- ----------- -----------
procedure cache size 962501 61499 6.01 1024000 167236
(1 row affected, return status = 0)
Anil