|
|
|
|
|
by timwiseman
6083 days ago
|
|
Perhaps, but then perhaps a database is not the proper store for that at all, and a relational database almost certainly isn't. If you really must do it via a relational database, you could use something equivalent to varbinary(max) to accept whatever stream of bits is sent in and then parse them out into something meaningful later (or just store it for the applications retrieval). |
|
Even if your data is not a good fit for the relational model, it's often a good idea to rely on a database system offering features such as transactions, an ad-hoc query facility, enforcement of access permissions and update policies, replication/recovery, efficient I/O, etc.