Introduction Over my whole software engineering career, I have watched and learned the right way and the wrong way to style and format code. Especially […]
Sql Server tSql: DELETE statement executes but won’t delete
Problem I ran into the most puzzling issue recently where I was executing a DELETE statement inside of a transaction among other statements inside of a stored procedure. […]
New cannot be used on a type parameter that does not have a new constraint
This is not such an obscure problem as it is just not straight forward to solve. Simply put you cannot instantiate a new instance of […]