Ok, I'm thinking there must be a better way to do this. I want to see if today's date exists in a table, if it does NOT then I want to do "stuff". Code: IF NOT EXISTS (SELECT COUNT(ExecutionDate) FROM ...
Though SQL (Structured Query Language) for databases has proved to be indispensable through decades of use, differences among SQL versions can challenge a software developer. For example, Microsoft's ...