Short answer? Yes -- that way you can improve how you use SQL Server (query tuning, calling a stored procedure instead of doing a bunch of DML, etc.) without having to update the code on all the clients.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Short answer? Yes -- that way you can improve how you use SQL Server (query tuning, calling a stored procedure instead of doing a bunch of DML, etc.) without having to update the code on all the clients.