Details
-
AboutI'm might not be wearing pants.
-
SkillsC#, T-SQL, sadness
-
LocationMinneapolis, MN
Joined devRant on 6/23/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Ever look through at database and see a default constraint prefixed with DF_ and, for a split second, wonder why SQL needs a divine focus?2
-
Client just requested a number of columns be added to the database called Misc (Misc1, Misc2, etc.).
Something about doing that feels so wrong, but they insist.1 -
Finding and solving problems on virtual computers in PC Building Simulator helps with the stress of a long day of finding and solving problems on real computers.3
-
Division of my 8 hour work day:
30% Answering Emails
20% Attending Meetings
40% Troubleshooting Bugs
30% Support Calls
10% Project Management
90% Software Development3 -
The database column contains values, yet there is nothing in the code that inserts or updates the values in that column.
I'm not sure if the original author of this program wrote bad code or was some kind of malicious wizard. What I do know is that it scares me.5 -
Just found the equivalent of this code living in a project that has been live for years.
String emailAddress = "";
String otherEmailAddresses = PopulateEmail();
if (emailAddress.Trim != "")
{
SendEmail(emailAddress);
if (otherEmailAddresses != "")
{
SendEmail(otherAddresses);
}
}
At least I didn't write this originally.2 -
Wellp, I just had a cowoker send me a screenshot. By that I mean a .pdf of the application we both work on that looks like she somehow manifested the program into the physical world and ran it through an early 90's copier, scanned the resulting piece of paper, and sent me that.
-
Anyone have links to an in depth explanation on how SSMS connects to a server?
For some reason [RemoteServer]\[InstanceA] is connecting to localhost\[InstanceB] for me and I have no idea why.1 -
How do you deal with a client in which you have to frequently explain the changes they requested back to them?6