Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating index with script
Message
 
 
To
03/03/2008 17:36:04
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01298260
Message ID:
01298268
Views:
18
This message has been marked as the solution to the initial question of the thread.
>How can I create an index on a table using script?

You can create all but PRINARY KEY indexes with CREATE INDEX statement. A PRINARY KEY can be created with ALTER TABLE statement.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform