Other News

Community

Simplify Your Code with Reflection

(Paul D. Sheriff) Some programming issues are universal. For example, every developer must deal with the question of whether a user has changed any values on a given form, for the purpose of determining whether the data must be saved back to the database. There’s no point saving data back if it hasn

Community

Saving Time by Reusing Storage

(Steve Callan) One of the basic facts or concepts that virtually all DBAs know is that truncating a table to remove data is faster than deleting the same data. But beyond that truism, there are subtle differences that when taken into account, can help improve the overall performance of a job or proc