Browse by Tags

All Tags » SQL Server (RSS)

Passing Multiple Records to a Stored Procedure in SQL Server by dwahlin

There are so many different ways to work with data that it can make your head spin.  Regardless of the technology, one thing I always try to do when working with databases is minimize the number of calls that are made.  I use ORM frameworks...
Filed under: , , ,

Pivots to the Rescue – Providing Flexible SQL Server Queries by dwahlin

One of the projects my company is currently working on has a requirement to be able to store timesheet data in a more flexible manner.  The existing Access forms application is being converted to Silverlight 3 and has a fairly rigid (albeit standard...
Filed under: , ,
More Posts