Temporary Indexes

  • I am accessing a Event table which has huge volume of data. So I would like use temporary index in my Query.

    I cannot create additional index on the Event table without the permission of the Product owner.

    Please provide the syntax.

    Thanks in Advance for the help

  • kasirisha (5/11/2011)


    I am accessing a Event table which has huge volume of data. So I would like use temporary index in my Query.

    I cannot create additional index on the Event table without the permission of the Product owner.

    Please provide the syntax.

    Thanks in Advance for the help

    Temporary indexes aren't an official SQL entity like temporary tables are. It's created exactly like a normal index but is then dropped.

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

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