Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Thursday, March 26, 2009
locking a table on insert statement
INSERT INTO [table name] WITH (TABLOCK)
(
)
SELECT
FROM [table name] WHERE
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment