Top "Data-loss" questions

How to recover deleted rows from SQL server table?

I accidentaly ran a DELETE command against a table with a wrong WHERE clause. I am using SQL Server 2005. Is …

sql-server-2005 data-loss
Android SQLite Upgrade without losing data

I have created a SQLite database successfully and it works fine. However when the onUpgrade method is called, I'd like …

android sqlite upgrade data-loss
git (sourcetree) go back to commit that has not been pushed and was 'reversed' accidentally

I'm still quite new to git revisioning and maybe just lost plenty of work (but I hope there is a …

git atlassian-sourcetree data-loss
Using named pipes with bash - Problem with data loss

Did some search online, found simple 'tutorials' to use named pipes. However when I do anything with background jobs I …

linux bash named-pipes data-loss
GAE Go - "This request caused a new process to be started for your application..."

I've encountered this problem for a second time now, and I'm wondering if there is any solution to this. I'm …

google-app-engine instance go reset data-loss
Angular data loss on reload using BehaviorSubject

I'm using a data service to send the user data to the app and display the username in my header …

angular service reload behaviorsubject data-loss
C: socket connection and data loss

I have a client and a server that communicate via sockets. I set them up like this: sockfd = socket(AF_…

c sockets tcpclient data-loss