February 26, 2008 at 7:09 am
hi, all
i want to know the source code of the system functions like SUM, COUNT etc.. in SQL 2005.
can anybody tell me how can i get those codes ....
plz reply that it is possible or not??
thanx
February 26, 2008 at 12:16 pm
I believe they are in binary. You cannot read them.
February 26, 2008 at 12:46 pm
What are you trying to do? Just curious.
If you have access to VS2005 Pro or better, you also have access to build custom aggregate functions, which will also give you a very straightforward way to "reverse engineer" something that LOGICALLY does the same thing as the built-in ones.
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
February 26, 2008 at 8:50 pm
yeah u r right i m curious!!!!!!!!!
As said above that i can make custom functions that may be logically same as the built-in ones ........... but i want to know what logics they have applied to make buil-in functions.
and as said in first post that they are in binary form but i don't think bcoz they r converted in binary when they are executed or complied .......
if u get anything new releted to this then plz post that ....
thanx 4 the reply
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply