Shredding refers to the decomposition of XML data structures into the columns of a relational database. It can also refer to overwriting the contents of a file in an attempt to prevent recovery of deleted data.
Questions tagged [shred]
64 questions
0
votes
1 answer
Why are the last 2 chars of my NodeJS shred POST request getting stripped?
I am having a problem submitting a UTF8 encoded text file in a POST request using NodeJS "shred"
The text content I am trying to post looks fine on the client side, I know because I console.log it to the screen just before calling client.post, what…

Tommy
- 176
- 1
- 2
- 17
-1
votes
1 answer
Deserialization XML raw in T-SQL
I have a table in SQL Server. In this table, I have a column Response of datatype XML value. How can I deserialize this XML value like a new table?
My table columns are: CreateDate, Request and Response.

mordeby
- 67
- 6
-1
votes
1 answer
Is overwriting a file multiple times enough to erase its data?
In Shredding files in .NET it is recommended to use Eraser or this code here on CodeProject to securely erase a file in .NET.
I was trying to make my own method of doing so, as the code from CodeProject had some problems for me. Here's what I came…

Justin G
- 172
- 3
- 19
-3
votes
1 answer
XML nodes with SQL
I have the following XML data and would like to get data inside KS as row as follows:
Text
yDipol90

user15427358
- 3
- 2