April 2012
2 posts
3 tags
Meteor  →
These days I see more and more updates coming to java script world, it is hard to catch up with the list. Here is a new kid on the block Meteor (Write entire app in pure JavaScript). I think these 7 principal mentioned in their document pretty  much sums it all up. Looking forward to learning it… 7 Principal of Meteor  Data on the Wire. Don’t send HTML over the network. Send data...
Apr 11th
1 note
4 tags
Kill blocked process in SQL Server 2008
http://amitchandnz.wordpress.com/2010/08/29/kill-process-sp_who2/ Run sp_who2; To kill a process just enter the word kill followed by the SPID: kill SPID; The field Blkby will identify the SPID that is causing any blocks.
Apr 10th