SQL Server 2012 error: object reference not set to an instance of an object

送分小仙女□ 提交于 2019-11-30 17:42:45

I could solve the error. Repair the SQL Server.

Go to Add/remove programs Microsoft 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.

I fixed the problem by running SSMS as administrator.

I got the same error message. Problem was 0 bytes free on the C: drive.

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

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.

I got the same error for SQL 2016 and the only solution for me was to completely uninstall (in appwiz.cpl) all entries Visual Studio + SQL. Then I executed VisualStudioUninstaller and I reinstalled SQL and after Visual Studio.

I got the message after deleting a database. The database was gone, so I moved on.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!