DarenHan's Blog
I am a Dot net asp.net developer working with VS 2005 and SQL 2005 now.
Sign in
|
Join
|
Help
Home
About
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Community
Home
Blogs
Media
Forums
Wikis
Groups
Archives
January 2009 (1)
December 2008 (5)
November 2008 (1)
October 2008 (4)
September 2008 (5)
August 2008 (2)
July 2008 (5)
June 2008 (7)
May 2008 (7)
April 2008 (3)
March 2008 (8)
February 2008 (7)
January 2008 (1)
December 2007 (8)
November 2007 (8)
October 2007 (7)
September 2007 (2)
August 2007 (3)
July 2007 (2)
June 2007 (5)
May 2007 (5)
April 2007 (4)
March 2007 (1)
February 2007 (4)
January 2007 (5)
December 2006 (5)
November 2006 (3)
October 2006 (3)
August 2006 (5)
July 2006 (3)
June 2006 (3)
May 2006 (6)
April 2006 (9)
March 2006 (7)
December 2007 - Posts
2
Comments
Techniques of spam filtering in Outlook 2003
by
darenhan
ok i recently discovered a way to move the spam emails that is sending from batch jobs in my company email to another folder in my perspnal folder file. You just need to set an outlook rule that indicates the sender email and the folder to move to. Once...
1
Comments
KGB Archiver 2 beta 2
by
darenhan
KGB Archiver is the compression tool with an unbelievably high compression rate. New kid on the block for compression. Format Size Ratio Uncompressed data 3068KB 100.0% ZIP, Deflate64 Maximum compression 966KB 31.5% CAB, Maximum compression 844KB 27.5...
0
Comments
redeem an ebook for US$10
by
darenhan
http://www.apress.com/promotion/tendollar Current apress promotion.
0
Comments
December 2007 Security Releases ISO Image for windows updates
by
darenhan
December 2007 Security Releases ISO Image Brief Description This DVD5 ISO image file contains the security updates for Windows released on Windows Update on December 11th, 2007. http://www.microsoft.com/downloads/details.aspx?FamilyID=450fffce-9b87-411c...
0
Comments
Deadlocks in SQL Server 2000 and how to prevent them.
by
darenhan
I did some research on deadlocks and how to prevent deadlocks. Below are the ways where we can detect, log and eliminate deadlocks. 1. Elimation Method: we can use deadlock priority configuration put SET DEADLOCK_PRIORITY LOW and SET LOCK_TIMEOUT in those...
0
Comments
MSDN Library for Visual Studio 2008 is out
by
darenhan
http://www.microsoft.com/downloads/details.aspx?FamilyID=6ff3bc60-32c8-4c22-8591-a20bf8dff1a2&DisplayLang=en
0
Comments
SQL Server Compare
by
darenhan
this tool is able to compare differences between different db schema objects (tables, SP etc) some more it is free!! available here: http://www.yessoft.com/software/sqlservercompare/sqlservercompare.htm
0
Comments
SQL Scripts runner free (extra features pls vote)
by
darenhan
i found a utlity that is under GNU license - means free. with this tool , u can put all your sql scripts in a folder and then use this tool to run those scripts against different database. It will also show errors being encountered. Problem is it has...