SELECT 'DROP INDEX ' + object_name(id) + '.' + name AS Hypothetical FROM sysindexes
WHERE indexproperty(id, name, 'IsHypothetical') = 1
WHERE indexproperty(id, name, 'IsHypothetical') = 1
Business and technology musings with an occasional economic, political, or consumer experience teaser thrown in to keep you on your toes.
Comments