Forum Replies Created

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

  • RE: How to add a where clause to this complex sql

    The simple approach would be to insert your SELECT statement into a temp table.

    Then have a final SELECT from this temp table with the filter you desire.

    Give this a try...

  • RE: Slow Stored Procedure

    Definately upgrade to SQL Server 2000. Don't wait, do it immediately.

    Several features will make your routine run instantly. You would be able to have a computed column in...

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