Under the Table – How Data Access Code Affects Database Performance

Just read this great article from Bob Beauchemin in MSDN Magazine: How Data Access Code Affects Database Performance. It’s a great reminder when you do customization why using stored procedure to access your database is a must compared to building queries on the fly within your C# code for instance. So next time you access the Project Server database create a custom stored procedure it will save you from trouble down the road :)