Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verification on script to retrieve the indexes on a tabl
Message
From
14/03/2008 11:44:49
 
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Miscellaneous
Thread ID:
01301985
Message ID:
01302163
Views:
17
>For SQL 2005 and later you can use sys.indexes system view
>
>SELECT name FROM sys.indexes
>	WHERE is_primary_key = 0
>		AND OBJECT_name(object_id) = 'ArchiveRetrieval'
>
Thanks, I will take a look at that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform