In the New Report Wizard, choose "Generate a Standard report" on the first page, then "Others|Free hand SQL" on the second page. Click Finish. You should see the Free Hand SQL dialogue. If the connection you need is in the drop down then select it, otherwise press the button with a tool-tip of "Create a new connection" and choose the ODBC Driver (or whatever) that you want to use. I don't think you can use a universe connection, so you have to use an ODBC Driver (or whatever) and any users using full client BusinessObjects will need to have that ODBC driver on their local machines. In the main text box of the Free-Hand SQL dialogue, just type the statement to call your stored procedure, e.g. "EXECUTE MyStoredProc 2001, 2002" if your procedure is called "MyStoredProc" and takes two integer parameters. Good luck!