create proc #tfn as select { fn USER() } , { fn CURRENT_DATE() }, { fn CURRENT_TIME() }, { fn CURRENT_TIMESTAMP() } go exec #tfn go drop proc #tfn