Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Holiday Calendar Generator

    See if the following function does the trick for you

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FloatingDate]') and xtype in (N'FN', N'IF', N'TF'))

    drop function...

Viewing post 1 (of 1 total)