In SQL Server 2000 Built-in nondeterministic functions were not allowed in the body of a user-defined functions (UDF). If you attempted to create a UDF that used GETDATE() you received an error similar to: Server: Msg 443, Level 16, State 1, Procedure
Read More...