I had tested new versions of the stored procedures we use for searching for products on my development machine. Once tested, I used the Query Analyzer to install the new stored procedures in the production database on our web server. When I went to run a search, the stored procedure returned 0 rows when I knew that a result set would have over 40 rows. I tried all of the others and the same thing. I went into the Query Anaylyzer and exec the stored procedure and got the same results - no rows returned and no errors. All of these stored procs use joins but are not tricky. What is the problem? Thanks for any advice.
Nic Foster
Nic Foster