I have a report in Crystal 10 connecting to two databases on an SQL server. It uses two tables from one db and an sql command on the other database. Running SQL Profiler, it shows that the command is being executed 6 times. First it does the command and the query for those two tables, then as it is building the report it runs the command 5 more times. Each time, the parameters and everything are the same. What could be causing this and how can I fix it?