Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 MS SQL 中解压缩 BZip2 压缩字符串?除了xp_cmdshell通过 bzip2.exe 使用和运行它吗?
xp_cmdshell
我有一个这样的字符串BZh41AY&SY3‹Ï¬€ !˜„]ÉáB@Î/>°只是“测试”
BZh41AY&SY3‹Ï¬€ !˜„]ÉáB@Î/>°
您可以使用SQL CLR来执行此操作 - 使用GZipStream类来解压缩值,或者如果您愿意,可以使用一些第三方库。
GZipStream