Pages

Sunday, December 22, 2013

Run a report without hitting the Database (Skip DB Querry Hit)

This can be useful for testing purposes to check syntax of SQL queries generated without really hitting the database.


SET VARIABLE SKIP_PHYSICAL_QUERY_EXEC=1, DISABLE_CACHE_HIT=1, DISABLE_CACHE_SEED=1;
 

No comments:

Post a Comment