Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing Table data types
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00950961
Message ID:
00950994
Views:
11
This message has been marked as the solution to the initial question of the thread.
>Does anybody know if it is possible to create indexes on TABLE variables?
>
>(Using SQL Server 2000)
>
>If so, can it be done with a simple CREATE INDEX statement or am I limited to the constraints available when declaring the variable?
>

Hi Ben,

You cannot create additional indexes with CREATE INDEX statement on TABLE variables. You may consider temporary table as replcement.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform