Viewing 15 posts - 16 through 30 (of 114 total)
June 8, 2018 at 5:48 am
Agree with the above. The problem with comments is that they are not maintained and become out of date quickly. I prefer code with very few/no comments (refactoring to give...
June 8, 2018 at 2:10 am
May 8, 2018 at 7:56 am
If devs see stored procs as impediments (and I don't think that they do) it would not be because devs can't write stored procs. It would be because any DB...
May 7, 2018 at 2:33 pm
Instead of remembering to always join onto your exclusion table why not update the customer's email address to an internal address/nothing and thus guarantee they never get emailed? If someone...
May 4, 2018 at 2:59 am
April 18, 2018 at 9:22 am
April 18, 2018 at 3:07 am
April 17, 2018 at 7:07 am
If you use a stored procedure, you can...
April 17, 2018 at 6:00 am
March 16, 2018 at 7:09 am
For simple CRUD operations I would imagine most developers these days would favour an ORM framework over inline SQL or stored procedures, then use SP's for more complex queries/reports (from...
March 16, 2018 at 3:04 am
March 8, 2018 at 3:44 am
Viewing 15 posts - 16 through 30 (of 114 total)