J
Jordi Rico
Hi, I have a doubt I'd like to solve.
We are making an app, in which we use many sql queries in order to
return datatables.
But today someone has told us not to use sql queries, but stored
procedures, because he says that s.p. execute directly in the sql
server and queries execute in the client app, so they go slower.
Is it true? How can a query execute in the client app? I thought that
they executed in the sql server and returned the results you wanted.
Thanks for the replies and sorry for my bad english...
We are making an app, in which we use many sql queries in order to
return datatables.
But today someone has told us not to use sql queries, but stored
procedures, because he says that s.p. execute directly in the sql
server and queries execute in the client app, so they go slower.
Is it true? How can a query execute in the client app? I thought that
they executed in the sql server and returned the results you wanted.
Thanks for the replies and sorry for my bad english...