Hi,
In my .Net application in which i connect to TD to run queries, i have given a CommandTimeout of 5 minutes. Now, when i submit a query that runs a large select statement, it runs for 2 minutes(active state)and then goes into responding state. It runs in this state for 10-15 minutes.
As i understand, CommandTimeout is only applicable when the query is in "Active" state. In my case, it is no more in active state and it keeps on running, but i want it not to run for so long. Is there a way i can abort a query kicked off from my application irrespective of which state it is in. I dont want any query to run on the platform after say 5 min that kicked off from my application. I want to handle is in my program and not through viewpoint/TASM.
Thanks !
Samir