Rajender Singhsinghrajender.hashnode.dev·Jun 23, 2024Adding Minutes to Date & Time in VARCHAR Data Type (SQL Server)Today while working in one of my Data Migration project I came up with this problem where Date & Time data was in varchar format and I need to add minutes ( if more than 180 minute then settle for 30min) to it and spit it out as varchar in DD/MM/YYYY...SQL
Rajender Singhsinghrajender.hashnode.dev·Jun 22, 2024Custom Split Delimited String into Columns in SQL ServerAfter ending my blog oraclebrains in 2009. I am excited to finally share my first post in years. I am motivated to continue writing and sharing my thoughts, experiences, and insights with others. I wanted to share a fun little challenge that I have r...sqllogic