Hi, I am currently stuck in this situation where I am running a remote view to one of the SQL servers in our workplace... because of its proximity there are times that the query takes some time and at other times its quite fast maybe because of the number of records being extracted at a given time...
my problem is this, after running the remote view there are a number of codes that needs to be process... assuming that the query finishes before the next line of codes, its ok... but what if the query takes some time... then the next line of codes will be processed without the complete extract of records due to the query taking some time...
is there a way that I can check the status of the query being run before the program continues to the next line????
my problem is this, after running the remote view there are a number of codes that needs to be process... assuming that the query finishes before the next line of codes, its ok... but what if the query takes some time... then the next line of codes will be processed without the complete extract of records due to the query taking some time...
is there a way that I can check the status of the query being run before the program continues to the next line????