Where is Microsoft Office Share point (MOSS) Virtual hard disk (vhd) image?

Where is Microsoft Office Share point (MOSS) Virtual hard disk (vhd) image ? Hi every one I am trying to download Microsoft Office share point server virtual hard drive from Microsoft website using following link Download Microsoft Share point office server virtual hard disk I am trying it since 11 Feb 2008 and i can [...]

Three Network should make Skype client better and allow to use Wifi.

Three has done very good job by providing free skype to skype calls but it they make their client better and allow that client to use wifi then it will mean alot to three customers. Also they must allow video chat when three customers are connected to Wifi.Three Network should make Skype client better and [...]

Find occurrence of object in a database using sql script

Following is very useful script which will give you occurrence of object or will tell you where you have used the object like field name is being used in stored procedures, functions and views. SELECT so.name, so.TYPE, sc.TEXT FROM sysobjects so INNER JOIN syscomments sc ON so.id = sc.id WHERE  sc.TEXT LIKE ‘%[Field Name,Stored procedure [...]