Forum Replies Created

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

  • RE: Locks Rows in Table when use View

    If you want to eliminate locks for a select statment have a look at NOLOCK.

    I also think making a query ReadOnly will prevent locking of the base table.

    Make sure you are...

  • RE: FROM OPENDATASOURCE with csv file

    You might want to considder using BCP to grab each line of the file into a single column.

    if you do thst you can parse the CSV first to sort out...

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