Hi, Can we run database clear cache DBCC DROPCLEANBUFFERS using JDBC request? If yes What query type should be selected? Update statemnet? I am using SQL server 2005 and Jmeter 2.3.1
Actually I am able to run DBCC DROPCLEANBUFFERS successfully using Jmeter(JDBC request) using query type - Update. It shows 0 update in response but I am not sure whether it is being executed successfully or not. Thanks, Ravindra

