$sql = "EXEC SP_DAVE"; $sth = $dbh->prepare($sql); $sth->execute or print "\nError EXECUTE\n$DBI::errstr\n";