IF NOT EXISTS (select * from dbo.sysobjects where Name= 'DF_Tbl_RandomLottery_Tarikh')
ALTER TABLE [dbo].[Tbl_RandomLottery] ADD  CONSTRAINT [DF_Tbl_RandomLottery_Tarikh]  DEFAULT (getdate()) FOR [Tarikh]