Forum Replies Created

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

  • RE: Speedup big database - MSSQL 2005

    Try the count with a nolock option. It will be a lot faster.

    If you regularly import data. you'll probably never update the sql data anyhow. it is just storage...

  • RE: Cursor in SQl Server

    An actual answer to the question could be:

    If there is no other way than to use a cursor here is a simple example you should be able to translate to...

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