@echo off  
 set nowtime=%date%  
 echo 2014-12-01|date  
 sc start MSSQLSERVER  
 ping -n 5 127.1>nul  
 echo %nowtime%|date  
 exit