Search This Blog

Thursday, March 26, 2009

locking a table on insert statement

INSERT INTO [table name] WITH (TABLOCK)
()
SELECT FROM [table name] WHERE

No comments: