What is your exec look like?
The proc does not do any prints so no output will occur.
If you included the prints w/in the proc then it would have output to the QA
window.
If your proc is not returning values, please post your exec that might look
like....
-- also notice that you don't need separate declares.
-- further, you might try using set rather than select
Output
OR strEmail
OR
included)
-- these could be included w/in the proc....
HTH
JeffP....
> CREATE Procedure DJP_Logon_Script
> (
> )
> as
> Begin
> End
> else
> Begin
> --get data for Cusotmer exists
> End
> --output data to Screen
> GO