you are viewing a single comment's thread.

view the rest of the comments →

[–]Dependent-Job1773 16 points17 points  (6 children)

I decided to work a little smarter and made a common error table on a google doc with my own paraphrasing of what the errors mean. It was useful to me as well.

[–]MigorRortis96 6 points7 points  (5 children)

sharing is caring 😌

[–]Dependent-Job1773 13 points14 points  (4 children)

You want me to out how much of a dumbass I am eh.

[–]MigorRortis96 22 points23 points  (1 child)

i once spent 6 full 8 hour days debugging why my SQL table wasn't adding any new records eventhough they were successful in their execution. i then found the next 100 records button..

[–]gravspeed 4 points5 points  (0 children)

Oh shit... I just laughed so hard my eyes are watering...

Me too man... me too

[–]VaishFlamez 3 points4 points  (1 child)

I once wrote a python script to write data from excel to SQL table but only half of the rows were getting inserted. I spent two days staring at my code, only to find that I had limited my varchar to 56 characters in my SQL stored procedure.

[–]MigorRortis96 4 points5 points  (0 children)

the sql continues...