I posted about this on Stackoverflow.com http://stackoverflow.com/questions/2486610/how-to-connect-to-sql-server-from-another-computer/6765184#6765184 I think I will revisit this later to find the correct 1 way solution to this problem.
Cisco IP Communicator Virtual IP Phone Hijacks Port 80 When You Aren’t Looking
I have reproduced this problem so it isn’t a bunch of hooey or heresy. If you are using the “Cisco IP Communicator” Virtual IP Phone […]
Windows 7: How to locate a task you created in the Task Scheduler
I created a task recently in the windows 7 task scheduler and I couldn’t find my task after I created it. I saw other people […]
Monetized my site
I monetized my site cause I am a poor bastard and maybe I can make a few cents, who knows. Wasn’t really doing this to […]
How to install sql server management studio 2008 component only
I posted an answer to this question on Stack Overflow here
Storing null in a Column will compile, but will cause run time exception
You can legally store a null in a column from a data row and the code will compile. Don’t do this thought because it will […]
UPDATE SELECT FROM JOIN
This is something that I don’t do often, but it pops up every now and again. I always forget how to do it, so I […]
Background goes white on post back
Have you ever been working on a web form or aspx page, then on post back the background color just turns white? That is due […]
++i vs. i++, YES they are different!
For this first test you will see that there isn’t a difference, it is working differently, but you cannot tell the difference in this example: […]
DataTable.Compute() woes
So if you have ever seen this goddamn error before, then you might have been tempted to pull your hair out while screaming, “WHY WON’T […]