Archive for August, 2008
-
SQL Server Triggers
Sunday, August 31st, 2008
Triggers are stored procedures which are fired when data is modified in an underlying table. They can evaluate data being added to a table for validation purposes, or can make changes in that or other fields depending on the value of that data. You can use them even to execute a separate stored procedure, or […]
-
Ajax: Key to Interactive Application
Sunday, August 31st, 2008
In today’s swift cyber world, users have become more demanding & unwilling to use the traditional web application that requires time for something to happen after entering the data & clicking the button. Users are no longer interested in slow working or any interruption in their workflow. Ever developing software industry has given rise to […]