I have SQL function and i need to execute it inside SQL view.
any suggestion..
create view dbo.ViewName as select dbo.Function(parameter) from dbo.TableName