|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
UDF's in SQL2005Hi all,
We have been performing some testing on an application that has been upgraded from SQL 2000 to SQL 2005 and have had dramatic improvements. A job that was previously taking 13 hours is now completing in 90 minutes. This application heavilly uses UDF's as part of a scrub and match data cleansing routine. While there could be many different reasons for the improvement both environmental and software related anecdotally at least it seems that SQL 2005 handles UDF's far more efficiently than SQL 2000. Does anyone know whether there has been any fundamental differences to the way in which User defined functions have been handled in SQL 2005 as opposed to SQL 2000? Regards, Andrew Hi, Andrew,
Speed improvement is a great thing, every one will like it. Just as your mention, I suspect that improvement may be cause by query statement. I just test some query statements between 2K and 2K5, I use some index to turn performance at both 2K and 2K5. And I find 2K have different performance before and after buliding index, but 2K5 always have good performance before and after building index. So I think may be your performance improvement will cause by it. Andrew (donotspam) 写é“: Show quoteHide quote > Hi all, > > We have been performing some testing on an application that has been > upgraded from SQL 2000 to SQL 2005 and have had dramatic improvements. A job > that was previously taking 13 hours is now completing in 90 minutes. This > application heavilly uses UDF's as part of a scrub and match data cleansing > routine. > > While there could be many different reasons for the improvement both > environmental and software related anecdotally at least it seems that SQL > 2005 handles UDF's far more efficiently than SQL 2000. > > Does anyone know whether there has been any fundamental differences to the > way in which User defined functions have been handled in SQL 2005 as opposed > to SQL 2000? > > Regards, > Andrew
Other interesting topics
Default constraints in SQL Server 2000
UNION problem Optimize the Query process is blocking itself SELECT Query With Sum How to construct a like compariso when there are special characts Procedure/cursor question about returning results truth or fiction about writing correct queries How to Move Sql2000 DTS into Sql2005 legacy folder SQL SELECT INTO ... IN external_database - syntax error |
|||||||||||||||||||||||