RESTORE DATABASE MyDatabaseName WITH RECOVERY
Thursday, December 11, 2014
SQL Server Stuck in Restoring State
If you database ever gets stuck in restoring state run this script to get it usable again.
RESTORE DATABASE MyDatabaseName WITH RECOVERY
RESTORE DATABASE MyDatabaseName WITH RECOVERY
Tuesday, December 9, 2014
What is that website built with?
Wondering what a website is built with? Is it ASP.Net, Java, PHP?
Built with will tell you
http://builtwith.com/
Built with will tell you
http://builtwith.com/
Subscribe to:
Posts (Atom)