Bring back restoring database in SqlServer


If you see the database restoring as depicted in the figure below



You can you the query below to solve the issue


RESTORE DATABASE [Database Name]
   WITH RECOVERY



Comments

Popular posts from this blog

SQL Interview Questions and Answers

Generic Interface and Factory Pattern in C#

How to get device info IMEI programmatically in xamarin android