This function is used to generate the bigint value for given datetime.
Using this function value in database tables can improve the performance for our business rules by creating nonclustered index or unique nonclustered index .
Check this out....
select dbo.fn_generate_bigint(getdate())
Regards,
Vignesh Arulmani