Click here to Skip to main content
16,022,189 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one table on which non cluster index was there. but I don't know who has deleted that index from table in sql server 2012. where can I find this information that who has deleted that index also on which column that index was build on

What I have tried:

I have one table on which non cluster index was there. but I don't know who has deleted that index from table in sql server 2012. where can I find this information that who has deleted that index also on which column that index was build on 
Posted
Updated 21-Jun-19 1:38am

1 solution

If it's been deleted, you'll have to recreate it unless you have a backup of the database in question. No way around it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900