Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Perl or SQL ?

by dokkeldepper (Friar)
on Dec 20, 2005 at 14:37 UTC ( [id://518075]=note: print w/replies, xml ) Need Help??


in reply to Perl or SQL ?

Hi, using prepared statements to create views is quite a useless excercise (sorry, dont mean it as harsh as it sounds). Prepared statments internally create stored procedures that will be eventually parameterized. View creation is nothing more than writing text into sysviews (or whatever) and is not an expensive operation. Using stored procedures to create views sounds a bit like overkill.

By the way, if you can connect to the database via perl, why do you extract the data by bcp? If you have the power of perl at hand why not using it for data extraction and immeadiate reporting (or so)? Performance is the only issue I could think of... However raw data as extracted via bcp usually requires some further munging to be useful.

Replies are listed 'Best First'.
Re^2: Perl or SQL ?
by Anonymous Monk on Dec 20, 2005 at 15:41 UTC
    Actually, I hadn't realised just how powerful Perl is. I can forget about creating views/using bcp altogether !
    Thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://518075]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-16 04:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found