INSERT

  • How can i insert into Blob field which contains 15mb of data for each row, without locking the table.

  • any help?

  • when i read in msdn it says

    READPAST, NOLOCK, and READUNCOMMITTED are not allowed

    but if i do this i get no error.

    INSERT INTO table (field)

    select field

    FROM table2 WITH (NOLOCK).

    is there any other way inserting a blob field without any locks on table.

  • I didnt get nay reply for this..

    is this kind of weired question? guys let me know if have encountered such problem.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply