Fill the field with Random dates from the specific range in MSSQL
I had to update the date values in the MSSQL database table for tests and demo. I needed to set random Dates from the specific range. Read more»
I had to update the date values in the MSSQL database table for tests and demo. I needed to set random Dates from the specific range. Read more»
Source: A date in string format, for example, “2015-04-21”. The task: To find a date minus 1 day from the source. Solution: Read more»