Hi all
When i am executing one update query it is taking much time to execute and after 40 minutes also no progress in Execution. Below is the Query:
" update 'tablename' set enddate = '2014-12-31 00:00:00' where CatId=32 and SubcatId=104 and enddate <>'2014-12-31 00:00:00' "
*** But when i replace the SubcatId number to 107 the query is executing. CatId & SubcatId are column names in a table.
Please can anyone help me in this issues as it is very urgent. There are no duplicates in the table.