Hi Mike,
Thanks fo bringing me back on the right track:-)
Main Topics
Browse All TopicsA strange error happened in one of our SharePoint lists, which caused a couple of list items to be deleted, without appaering in the recycle bin.
I can find the items in the AllUserData-table in our SQL server.
From hagrin's blog post ( http://www.hagrin.com/305/
Does anyone know how to restore a single list item, without making a full backup restore??
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: rdcproPosted on 2008-11-14 at 09:27:35ID: 22961577
Yikes! BAD idea. You shouldn't even run read-only queries against the database. If you call MS Support, and they find out you've run an update query, they may refuse to support your installation.
I strongly disagree with Hagrin's approach. It's lazy and ill-advised. There's no way to know for sure that there aren't side-effects. I'll bet he spent more time figuring this SQL hack out than it would have to write a console app that did the same thing using the SharePoint object model. It's not that much code.
Sorry, my recommendation would be to restore to a test environment, and retrieve the items that way. Much safer, and you're less likely to end up with a corrupted database (which may be your problem here, in fact). A bigger problem is why it happened in the first place.
There are backup solutions that will give you item-level restore, but they're costly and very impactful in terms of peformance on the database during backup.
Regards,
Mike Sharp