Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | kshahzadStarting Member
 
 
                                        45 Posts | 
                                            
                                            |  Posted - 2013-08-01 : 16:54:51 
 |  
                                            | how to drop this indexUSE [abc]GOCREATE NONCLUSTERED INDEX [IDX_Bill_ON_Claim_Archived_dServiceDate]ON [dbo].[Bill_ON_Claim] ([bArchived],[dServiceDate])INCLUDE ([lInvoice],[szServiceCode],[mClaimFee]) |  |  
                                    | James KMaster Smack Fu Yak Hacker
 
 
                                    3873 Posts | 
                                        
                                          |  Posted - 2013-08-01 : 17:24:28 
 |  
                                          | [code]DROP INDEX [IDX_Bill_ON_Claim_Archived_dServiceDate] ON [dbo].[Bill_ON_Claim][/code] |  
                                          |  |  |  
                                |  |  |  |