Archives

Archives / 2009 / September
  • Passing Multiple Records to a Stored Procedure in SQL Server

    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 a lot so I have to make sure that my code doesn’t end up calling the database a ton and being overly “chatty”. 

comments powered by Disqus