Forum Replies Created

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

  • RE: temp table usage

    I have read that using the SELECT column list INTO #tablename syntax to create temp tables holds locks in tempdb (create object locks) for the entire duration of the query.

    This...

  • RE: optimizer "LIKE" vs "="

    If a typical query specifies both of the indexed columns, then you might want to try creating another index with the opposite key order to see whether a query that...

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