update Strategies

From: PA (peeyush.agrawal_at_cendant.com)
Date: 03/08/04


Date: Mon, 8 Mar 2004 15:38:23 -0500

I am trying to find out if there is any difference (in terms of performance)
between a partial update or a full update of a row in sql server. Currently
we have store procedures that take care of updates for a table (partial or
full). Is it worth to have that logic in the data access layer for partial
updates and sending the sql statement sent over to sql server rather then
sql server executing the whole store procedure to do any partial update? I
know that in an update sql server deletes and then inserts the row but is it
done differently when it is not updating the index fields (clustered). If
somebody could help me out with this issue I would really appreciate. Please
recommend your update strategies .

Thanks in advance



Relevant Pages

  • update strategies
    ... between a partial update or a full update of a row in sql server. ... we have store procedures that take care of updates for a table (partial or ... done differently when it is not updating the index fields. ...
    (microsoft.public.sqlserver.programming)
  • Re: update strategies
    ... create unique clustered index testT_uci on testT(OrderID, ProductID) ... update testT set ... >between a partial update or a full update of a row in sql server. ...
    (microsoft.public.sqlserver.programming)
  • Re: update strategies
    ... seldom be helped) and so I use joins on the inserted and deleted tables to ... Pro SQL Server 2000 Database Design ... > we have store procedures that take care of updates for a table (partial or ... > done differently when it is not updating the index fields. ...
    (microsoft.public.sqlserver.programming)