I have a database cleanup stored procedure, you know, sp_cleanup(), really fancy on the name. By far the easiest thing is going to be if there is some way I can run this, maybe as a batch file or ...
My coworker was talking about a command that he thought MS-SQL supported where you could use a single UPDATE statement, and if the record didn't exist, it would do an INSERT instead. All without using ...