Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: SQL Server ODBC

by bilfurd (Hermit)
on Apr 04, 2003 at 03:54 UTC ( [id://247958]=note: print w/replies, xml ) Need Help??


in reply to SQL Server ODBC

A lot of good input here, but one more item to consider:

How much data are you moving through ODBC?

Unless you are expecting very large recordsets, you should be fine. If you are moving a lot of data (and the definition of "a lot" varies due to server hardware and traffic) you might consider moving to another protocol.

I would recommend putting the database server to work, too. User defined functions and stored procedures are powerful tools, and you should be able to see if the data is already present by making just one call.

Perl handles SQL Server via ODBC pretty well, too. During a database conversion project, I was getting better performance using Perl and ODBC than MS Access and ODBC performing the same tasks on the same data on the same SQL Server. It was not fast, it just took less time. (And yes, in this case, ODBC was a lot more effective than DTS.)

Good luck!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found