Does anyone have any best practices they can share with regards to storing XML field type data in SQL Server 2008? We have lots of small XML structures, yet some larger (>50MB). We're finding that things get a little slow on DELETE. Any advice/war stories would be appreciated.
I see that most of the answers so far are for outside the database.
We have done this once, adding the file to the file system, and the name of the file in the a table in the database. The main problems with this was:
For all new projects we have stored files in varbinary(max) fields. This has worked well for us, also under loads of 10's of thousands of users.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With