-
In one of my previous post I tried to share my experience on SQL trigger. Here I am adding some additional points that may help us in writing better sql in our projects. Analyzing SQL: Analyzing the performance of your SQL at best you can in parallel to the development is very important. If you perform...
-
Writing Trigger: In many scenarios we write triggers on database tables. In one of my optimization task I found few triggers extremely slow in performance due to some conceptual lacking of the developer. So here I want to share my experience about those triggers. Before writing a trigger we need to understand...
-
We should keep in mind about the performance of our developed web site as we get limited speed, shrink bandwidth in our country. However, whatever the speed of the net, faster application performance offer faster solution. I'm sharing few sort of ideas, while developing any web site one should keep...