Skip to content

Convert string to a date in db2

Ok I was able to get it fixed. I want to convert the string “10-Feb-2019 11:20” to “DD-mm-yyyy hh24:mi:ss”. I tried to date but it wasn’t working. I saw on other threads that the translate function …

Insanely poor query performance on SQL Azure

We have S1: 20 DTU 250GB SQL Azure database with following table CREATE TABLE [dbo].[Reads] ( [ReadId] [INT] IDENTITY(1,1) NOT NULL, [LicenseNumber] [VARCHAR](50) NULL, [Name] [VARCHAR](…