in reply to Re: Store Procedure or Perl program?
in thread Store Procedure or Perl program?

1.I wanna to lighten the MSSQL task.Since so many stored procedure have run in DB SERVER already. 2.Control all my DB operation in one server. I just want to "translated" the stored procedure into Perl program now.Is it feasible?

Replies are listed 'Best First'.
Re^3: Store Procedure or Perl program?
by jfroebe (Parson) on Aug 14, 2007 at 15:53 UTC
      Hi, I agree, stored proc and the database are well optimized to handle this. Rather than exporting the work to perl which is cumbersome and slower in performance. thanks.