check the sql server services are running ..
To verify that the service is running, type sqlcmd –S(local)\SQLEXPRESS at the command prompt. If you see "1>" that means that you managed to connect .
you can even verify through sql server configuration manger or services.msc
-------------------
Thanks,Suhas V