Other News

Community

Input Validation in ASP.NET MVC

(Dino Esposito) In Data Entry and ASP.NET MVC I discussed how to arrange a data entry page using the ASP.NET MVC Framework. There’s a common sentiment around the community that the ASP.NET MVC Framework is not particularly suited to data entry. I was one of those sustaining this point of view. Well,

Community

Logging connection strings

(Darren Green) If you some of the dynamic features of SSIS such as package configurations or property expressions then sometimes trying to work out were your connections are pointing can be a bit confusing. You will work out in the end but it can be useful to explicitly log this information so that

Community

Planner Statistics

(Leo Hsu and Regina Obe) You’ll often hear the term planner statistics thrown around by database geeks. Did you update your statistics. This lingo isn’t even limited to PostgreSQL, but is part and parcel to how most decent databases work. For example in PostgreSQL you do a vacuum analyze to update y

Community

Comparing IBM DB2 and IBM solidDB SQL procedures, Part 2: Compare conditional statements, looping statements, error handling, and returning results sets in SQL procedures

(Nora Sokolof) Have you ever wondered how IBM DB2 and IBM solidDB procedures differ? This article series of comparisons spells out the differences very clearly. In this Part 2, learn the differences between conditional statements, looping statements, error handling, returning results sets, and misce