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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-12-17 : 08:14:59
|
Chetan writes "While executing numbers of query from visual basic program on MS Desktop server i am getting error 17051 "No. of queries exceeded the maximum number of quires".I am using 8 simultaneous Select queries to get data from SQL Server." |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-12-17 : 12:35:01
|
msde is built to run slowly if more than 5 threads are run concurrently but I didn't know it gave an error.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
|
|
|