I'm not a programmer, so I need assistance with executing a SQL function in SQL Server 2000.
We have outsourced some work for an iPhone app which uses a web services located where I am. Everything is set-up correctly, but the outsourcing company has asked me to execute an SQL function on the database. I have no idea where to start with this.
This is the email they sent me, I received a txt file with the function in it:
1) Please execute SQL functions in your database that is written in the attached document i.e UDF.txt.
2) Some parameters are added in query string , these are accessed as a parameter in SQL query.
("ShowWhat") = To switch between two SQL query
("latitude") = Latitude
("longitude") = Longitude
("distance") = Distance of KM in which nearby ATM located.
("page") = For which page records user want to see. (Ex: Page 1)
("strPageSize")= Results will be displayed as per size limit parameter for records.
