Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cheenujunk

  1. cheenujunk

    Can we have a TVF call inside a Scalar function ?

    The TVF function creates a table of list of ppl based on a particular program. Then the function2 checks for these ppl in the list, whether they are above certain age or not. These two are put in different functions, since both of them are used elsewhere too. Is the info enough or u need...
  2. cheenujunk

    Can we have a TVF call inside a Scalar function ?

    I am using the following query select 'level' = case when dbo.function1 = 1 then ( case when ( dbo.function2(dbo.function3, 1) > 0) then 3 end ) end it is showing error "Cannot find either column "dbo" or the user-defined function or aggregate dbo.function3 " dbo.function3 is TVF. so i...

Part and Inventory Search

Back
Top