Posted on March 10, 2008 by Balaji Ramesh
I had this binary column in SQL Server 2005 which was storing the MD5 hashes of certain files. The requirement was to display these hashes in a ASP.NET web UI. So i set about the task of converting the same. Binary data as such cannot be displayed on the UI. It needs to be converted [...]
Filed under: Microsoft, SQL Server, Technical | 4 Comments »
Posted on March 7, 2008 by Balaji Ramesh
We use Perforce in our organization for Source Control. I was trying to get the latest revision for some of the files that were updated by other developers. and noticed the following error:
Can’t clobber writable file
I knew for a fact that files under source control were marked as read-only and when a file is checked [...]
Filed under: Perforce, Technical | 8 Comments »