can we call functions from stored procedure in SQL Server 2005 ? How?
Yes you can call function from stored procedure, so far i haven't had a chance to use it, but still would like to give it a shot: As per my guess you can call function in SP using select statement as you would execute function usually.