Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rafaeljavellana
Starting Member
4 Posts |
Posted - 2008-11-14 : 14:30:50
|
Hello, good morning, I am new to SQL Queries, I have actually 5 queries that are being run when I do a reporting, on that query I have to input the DATE (BETWEEN date1 AND date1) on all the queries to filter the reports on that particular date. Now my question, is that possible to execute that 5 queries simultaneously? like for example, It will just ask for the "Date" then it will execute all the 5 queries together?Need help.Thanks.Rafael Javellana |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-15 : 00:09:00
|
5 queries together? why do you want them to execute parallely? any special reason why you dont want sequential execution? |
 |
|
|
|
|