HELLO ALL,
I have a table values function
which used to return TAT days of a files ..
so , function call ..
SELECT * FROM dbo.Fun_File_Stage_Holding_Day_iTVF(File_id,Stage_id,is_quarter,is_only_holding_days)
SELECT * FROM dbo.Fun_File_Stage_Holding_Day_iTVF(66695,745,0,1)
statisctics ..
(1 row(s) affected)
Table '#A56C71BE'. Scan count 1, logical reads 1, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.
(1 row(s) affected)
Plan
Dilip Patil..