Quantcast
Channel: sqlconcept.com» SQL 2005
Viewing all articles
Browse latest Browse all 3

The ‘smart’ delete

$
0
0
RIL_button( "http://sqlconcept.com/2011/09/20/the-smart-delete/", "The ‘smart’ delete" );

Deleting rows from SQL Server database table is not as simple as it sounds.

The ‘straight forward’ delete – go delete, no matter what!

Yes, there is the DELETE statement:

?View Code TSQLDELETE table_1 WHERE ColumnName = 'some_value'

What is the problem with that?

There are several problems:

transactions and logging disk space time consuming locking and concurrency IO throughput parallelism,

Continue reading [...] The ‘smart’ delete [...]


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images