Sql Server 2012 Error: Object Reference Not Set To An Instance Of An Object
Solution 1:
I fixed the problem by running SSMS as administrator.
Solution 2:
I could solve the error. Repair the SQL Server.
Go to Add/remove programsMicrosoft SQL Server 2012(x64) -> Uninstall/Change -> Repair.
Select the instance that you want to repair here.

For me, after repairing the instance, the error was solved.
Thanks for all who spent their valuable time to reply my question.
Solution 3:
I got the same error message. Problem was 0 bytes free on the C: drive.
Solution 4:
Its may be late, but i get the same error in SQL SERVER 2016, i resolved it by assigning full access to the back up folder.
Solution 5:
I faced the same error once in my project. This is purely due to SSMS(sql client) is corrupted. Just for cross check that server is fine and client is corrupted, try to connect to the sql-server in this machine from any other server if you have access and query the tables. If it returns data, just uninstall and reinstall the client(ssms) to solve the issue
Thanks
Post a Comment for "Sql Server 2012 Error: Object Reference Not Set To An Instance Of An Object"