MSSQLCorruptionTackle
A blog to deal with SQL Corruptions and related problems
Monday, July 17, 2017
How to Serialize Using C sharp
›
Serialize means changing the object in JSON key value pair. Following is a method to serialize the objects in C sharp. class Program ...
Monday, July 3, 2017
SQL Server DBA Interview Questions
›
Following are some sql server 2016 dba interview questions to help you in prep and revise interviews in fifteen minutes. I have got...
Sunday, July 2, 2017
Ready for the next layoff
›
Layoff has become a norm. We observe that many companies fire bulk of employees. Automation, Robotics and Cloud business are importan...
Wednesday, June 28, 2017
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed
›
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily una...
MVC Project - Enable background work to udpate the records
›
Below two commands are important in building MVC project on ASP .Net platform to make sure that with the first command you are able to chang...
Tuesday, June 27, 2017
Unspecified error Exception 0x80004005 (E_FAIL)
›
There could be many reasons why we get below error Unspecified error Exception 0x80004005 (E_FAIL) One of them i observed was that whe...
CS0234 The type or namespace name does not exist in the namespace (are you missing an assembly reference?)
›
The description of the message informs you which is the missing assembly reference. In my case it was System.Data This is how you fix the ...
›
Home
View web version