Other News

Community

Ajax Workflow

(Rasmita Dash) With traditional HTML and JavaScript, to get some data from the server side, it was necessary to make a form submission. With each submission the entire form was being reloaded. So it was loading an entirely new page and that was making performance slow.

Community

Exploring Query Plans in SQL

(Dennes Torres) SQL Server keeps the most-used execution plans in cache, so it doesn’t need to recompile the same queries every time. How can we benefit from this to find potential performance problems in execution plans? Let’s see how to find some opportunities for optimization by using information