Inserting into Clustered Indexed table

  • Hello,

    Current Situation:

    I do Bulk Insert on a table that is later Clustered Indexed on a NON-Primary Column. After the indexing is done, end users can query for reports, etc.

    New Plan:

    I want to facilitate the end users so that they can query the ONLINE table rather than wait for the indexing and all that. For this reason, I need to create a Clustered Indexed beforehand and do the BULK INSERT time to time but this will cause a performance issue.

    1. Is there any possible solution to improve the performance?

    2. In SQL Server do we have anything like BIND VARIABLES in Oracle?

    Wasif

  • Try to insert the data in small batches if thats possible.

    "Keep Trying"

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

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