Subtle Errors When Using Dates-Part 1
Note: My original code was not helpful (wrong!), the corrected version is shown below. I was reviewing some code recently that has been in production for a while and I saw something like this: delete from sometable where datecol > getdate() – 3 …..lots of work here, several seconds to a minute Insert Into SomeTable….new rows […]
Read more "Subtle Errors When Using Dates-Part 1"