|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, October 31, 2012 3:22 AM
Points: 2,
Visits: 9
|
|
hello,
is there any way that we can trap any query which might have been incorrectly linked?
eg
if have 2 tables each containing a million records
and someone fires a query select * from a , b. I want to catch this before it gets executed. is there anyway? the issue is i am creating an online query builder where the users can create any query they want, and then i will be sending that query in form of stored procedure or a query to the server. It could potentially crash the server. i want to first check if this query could do it before i go ahead and execute it. Is there any way i can prevent this from happening? Please help my tool is ready just this one issue is bothering me.
Regards, Ranjit
|
|
|
|