Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 :)