asp.net mvc - How to use SQL Server Change tracking to Increase Reports performance? -


i have reports developed asp.net mvc crystal reports based on sql server queries. these queries take long time execution because there heavy calculations , result should real time.

i think if saved result of calculations in new table reports can read these results directly. thought if used sql server change tracking determine changes update new table.

the problem how can automatically update new table using sql server change tracking?


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -