Measuring Query execution time
-
Hello community. I have a problem and cannot solve it: How can I measure the query execution time from my C# application? I need to get a number or a time class to my app. from my database server, but not measure the time when I got the informations from db but the internal time in db server. So I will display something like "Execution time: 0.0015 ms" in Sybase Interacive SQL. I'm using Adatptive Server Anywhere v8 and v9 thanx lot
-
Hello community. I have a problem and cannot solve it: How can I measure the query execution time from my C# application? I need to get a number or a time class to my app. from my database server, but not measure the time when I got the informations from db but the internal time in db server. So I will display something like "Execution time: 0.0015 ms" in Sybase Interacive SQL. I'm using Adatptive Server Anywhere v8 and v9 thanx lot
Try using the preformance counter: [^]