Activity overview
Latest activity by imneaz
How do I get current weekly date according to my Registration date
I have this table: CREATE TABLE [dbo].[tbl_CustomerRegistaration] ( [CustID] [int] NOT NULL, [CustName] [varchar](50) NULL, [RegistrationDate] [datetime] NULL, [ServiceTrpe] ...