Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you know which index a table is using?

Answers were Sorted based on User's Feedback



How do you know which index a table is using?..

Answer / hari

sp_helpindex tabelname

Is This Answer Correct ?    14 Yes 1 No

How do you know which index a table is using?..

Answer / chandra rekha

sp_helpindex command gives the information of the indexes
on the table

Is This Answer Correct ?    10 Yes 1 No

How do you know which index a table is using?..

Answer / visala

sp_help <tablename>
sp_helpindex <tablename>

Is This Answer Correct ?    9 Yes 2 No

How do you know which index a table is using?..

Answer / vimal

dbcc traceon 302

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More SQL Server Interview Questions

How to Install SQL SERVER 2005 remotely?

1 Answers   IBM,


what is datawarehouse?

0 Answers   Informatica,


How can you find out how many rows returned in a cursor?

0 Answers  


What is ems sql management studio? : sql server management studio

0 Answers  


What is isnull() operator?

0 Answers  


What is sql server database?

0 Answers  


How to use subqueries with the in operators in ms sql server?

0 Answers  


What are the types of stored procedures in an sql server?

0 Answers  


How to delete a login name in ms sql server?

0 Answers  


what are default? Is there a column to which a default cant be bound?

1 Answers  


What program is used to store the data source file?

0 Answers  


I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that

0 Answers  


Categories