I have a stored procedure to query a db by a given zipcode range. works just fine and returns selected records as well as a return value and some output values to be posted on web (asp).
Now, within the stored procedure i want to check if @@rowcount < 10. if true, i need to increase zipcode...
Need help:What is the best way to update SQL (V7) database?<br>
Receive about 500,000 records every week - need to check if ea record already exist. If it does, need to check which column(s) needs to be updated, otherwise add record to database<br>
is there a simple solution?<br>
<br>
Does a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.