Re: Custom Row Functions: Access vs. SQL Server
- From: Bri <not@xxxxxxxx>
- Date: Sun, 20 Nov 2005 21:31:02 GMT
lylefair wrote:
> As you can see I did not find that the UDF was slow; in fact it mayTC wrote:
By the way, what do you say to Steve's claim that T-SQL is a performance killer?
have had no appreciable slowdown at all [may even no slowdown at all]. When compared with other "time" issues like the speed of data over the wire, what other tasks the server might be performing when you ask it to call the function etc, I think I am not going to worry about it, barring Steve coming up with something I have overlooked.
Since Steve hasn't yet replied to this, I thought I might insert a quote of his original assurtion to see if this helps calrify his point:
Steve Jorgensen wrote:
> but other than that, MS SQL Server preforms quite well.On 16 Nov 2005 10:31:56 -0800, "TC" <golemdanube@xxxxxxxxx> wrote:
Steve,
Thank you for the reply.
In fact, I expressed my question badly -- I'm really interested in moving the functions to the back-end, so your comments on T-SQL are
most relevant to me. Is T-SQL really that slow? Suppose I choose
Oracle
T-SQL is not slow in general, however scalar functions really are that slow. It basically means you don't use scalar functions much,
instead; does PL-SQL have the required capabilities, and is it faster than T-SQL?
PL-SQL does have the capabilities, and its scalar function performance is great, but Access works slightly better with the MS SQL Server back-end, and you have to make sure your ODBC settings are just right, for PostgreSQL to work correctly with Access on the front-end.
-- Bri
.
- References:
- Custom Row Functions: Access vs. SQL Server
- From: TC
- Re: Custom Row Functions: Access vs. SQL Server
- From: lylefair
- Re: Custom Row Functions: Access vs. SQL Server
- From: TC
- Re: Custom Row Functions: Access vs. SQL Server
- From: lylefair
- Custom Row Functions: Access vs. SQL Server
- Prev by Date: sending fax
- Next by Date: Re: Looping through records
- Previous by thread: Re: Custom Row Functions: Access vs. SQL Server
- Next by thread: Re: Custom Row Functions: Access vs. SQL Server
- Index(es):
Relevant Pages
|