May 16, 2006 #1 joxa83 Programmer Nov 30, 2005 7 YU I need to call rand functino within another function but server raises an error.For example I can't create followng function create function dbo.test() returns float as begin declare @i float select @i = rand() return @i end
I need to call rand functino within another function but server raises an error.For example I can't create followng function create function dbo.test() returns float as begin declare @i float select @i = rand() return @i end
May 16, 2006 #2 JarlH Programmer Jul 26, 2002 365 SE Seems like a SQL Server problem. You'll probably get (better) answers in the SQL Server forum. Upvote 0 Downvote