Using STSADM.EXE to Create Empty Site Collection
There are situations when we want to create empty site collection, like when your content deployment job is failing due to conflicting content. In these cases STSADM.EXE comes handy.STSADM.EXE is the only means to create a completely empty site collection.SyntaxSTSADM.EXE -o createsite -url -ownerlogin domain\user -owneremail ExampleSTSADM.EXE -o createsite -url http://servername:9009/sites/EmptySiteCollectionName...