I have a table that I use for caching json strings and once in a while, I need to clear it. What's the fastest way to clear the content of a table?
I'm using linq-to-sql at the moment but I'm wondering if there's not a one-liner type of command that just does the job faster than my L2S query.
Thanks for suggestions.