I built a datawindow (PB v.10.2.1.9637) based on a stored procedure (MSSQL Server 2000). If I run the stored procedure in TSQL, I get 300 rows returned to me (a number that I believe to be correct). If I use exactly the same parameters with the datawindow (both via PBscript and manual user input), I only get 281 rows (compiled version and development environment). I receive no error messages, either from the SQL server or the PB application. I have no idea how to even begin to troubleshoot this problem. Any suggestions?