Hi all,
This query is not too specific, I was just curious. An application at work retrieves data from SQL server. One SQL that is used runs 3 at the same time and returns the results together in notepad. Each SQL has it's own header with the results underneath. I have looked at the SQL and as soon as the first finishes, the second starts and so on. All 3 SQL's are querying the same table.
I have tried writing a SQL in the same format within access but it does not work. I have also tried the same thing with our work's oracle database and again, no joy. Is the ability to do this available to SQL server only??
TIA
Mark
This query is not too specific, I was just curious. An application at work retrieves data from SQL server. One SQL that is used runs 3 at the same time and returns the results together in notepad. Each SQL has it's own header with the results underneath. I have looked at the SQL and as soon as the first finishes, the second starts and so on. All 3 SQL's are querying the same table.
I have tried writing a SQL in the same format within access but it does not work. I have also tried the same thing with our work's oracle database and again, no joy. Is the ability to do this available to SQL server only??
TIA
Mark
Comment