No announcements
Found 1651993 threads
-
0 Votes
how to compress and decompress?
http://experiencing-sql-server-2008.blogspot.com/search?Answered | 2 Replies | 4211 Views | Created by bharathi_m - Monday, September 14, 2009 6:59 AM | Last reply by Paul Svirin - Monday, September 14, 2009 7:38 AM -
1 Votes
Image compression/decompression using C#,Sql server
There is not enough repetition of the same values in a row to compress.Answered | 3 Replies | 6683 Views | Created by AnanthRamanathan - Thursday, January 24, 2013 12:56 PM | Last reply by David Dye - Thursday, January 24, 2013 2:05 PM -
2 Votes
Compress And Decompress Byte Array, please help!
Leon C Stanley - - A dinky di VB'er - -Answered | 4 Replies | 10043 Views | Created by a.james - Thursday, May 9, 2013 10:23 AM | Last reply by LeonCS - Friday, May 10, 2013 4:21 AM -
0 Votes
Microsoft Xpress Compression\Decompression
I hope it is not too late, "Microsoft Xpress Compression" is the name of the engine.Answered | 4 Replies | 11148 Views | Created by Jude_BigJ - Friday, August 12, 2011 10:34 AM | Last reply by Oscar Gras - Monday, September 5, 2011 2:01 PM -
0 Votes
Does Web Synchronisation download the compressed CAB file, or decompress it first
The compressed file is initially written to a temp location on the subscriber, then decompressed, in order, one file at a time.Answered | 3 Replies | 3777 Views | Created by Richard Ward - Tuesday, November 15, 2011 1:19 PM | Last reply by Brandon Williams - Tuesday, November 15, 2011 3:36 PM -
0 Votes
How to decompress the compressed XML at SQL Stored Procedure side
.NET's built-in System.IO.Compression http://msdn.microsoft.com/en-us/library/System.IO.Compression.aspx compression/decompression over streams.Answered | 4 Replies | 7698 Views | Created by Singh, Sukhbir - Tuesday, September 17, 2013 4:11 AM | Last reply by Singh, Sukhbir - Wednesday, September 18, 2013 5:18 AM -
0 Votes
String Compress in C# and Decompress in Javascript
User-1160646140 posted I am Compressing string using below code in C#.Answered | 2 Replies | 1134 Views | Created by Anonymous - Thursday, October 13, 2016 1:39 PM | Last reply by Anonymous - Friday, October 14, 2016 12:08 PM -
6 Votes
String compression (simple)
"This of couse will compress the stream, but I don't think this will be sufficient to meet the compression ratio required.Answered | 8 Replies | 8724 Views | Created by AaronBrock - Tuesday, December 2, 2008 9:57 PM | Last reply by konikula - Friday, December 5, 2008 2:56 AM -
2 Votes
C# compress byte array?
Files already compressed won't compress much.Answered | 8 Replies | 21710 Views | Created by BlkDemon - Thursday, March 18, 2010 8:29 PM | Last reply by ZylonGaming - Wednesday, January 2, 2013 7:38 AM -
0 Votes
How To Decompress data in data flow task
This column has compressed data (compressed with dotnet DeflateStream).Answered | 3 Replies | 7081 Views | Created by Necati ARSLAN - Thursday, March 24, 2011 8:25 AM | Last reply by Necati ARSLAN - Thursday, March 24, 2011 12:27 PM -
2 Votes
Decompress multiple files
Hello, See ...Answered | 2 Replies | 3977 Views | Created by Johny Cage - Thursday, August 12, 2010 10:00 AM | Last reply by Hiren Bharadwa - Thursday, August 12, 2010 12:56 PM -
0 Votes
auto GZIP Decompression via WININET
Wordwarriror wrote: How can I get the data decrypted automatically via WININET in my C Application?Answered | 1 Replies | 2471 Views | Created by Wordwarriror - Sunday, August 19, 2012 4:58 AM | Last reply by Igor Tandetnik - Sunday, August 19, 2012 3:07 PM -
0 Votes
Decompress the gz files and move into other folder
Linux Red Hat Enterprise) machine using the built in OS compression therefore a Windows port of gzip.exe was recommended by me, otherwise other utilities e.g. 7z can have issues ...Answered | 9 Replies | 2701 Views | Created by babbupunia - Thursday, November 7, 2013 5:05 PM | Last reply by ArthurZ - Thursday, November 7, 2013 7:34 PM -
0 Votes
Decompress pipeline component
Depending on the encryption and compression methods that are being used you may be able to use a commercial offering.Answered | 2 Replies | 4883 Views | Created by bts_prof - Wednesday, July 28, 2010 7:51 PM | Last reply by Greg.Forsythe - Thursday, July 29, 2010 1:28 AM -
0 Votes
What's wrong with Compression and MemoryStream
Hey Bean, I really think the problem is with the compression part, but here is what worked for me.Answered | 3 Replies | 3147 Views | Created by Bean Hsiang - Saturday, June 16, 2012 9:13 AM | Last reply by Can Bilgin - Monday, June 18, 2012 9:03 AM -
0 Votes
Compression in BLOBs
Does SQL server has inbuilt functions to decompress BLOBs?Answered | 1 Replies | 1249 Views | Created by NP_AIG - Thursday, March 19, 2015 2:06 PM | Last reply by davidbaxterbrowne - Thursday, March 19, 2015 2:29 PM -
0 Votes
compression and decompression string
User-2015890748 posted Hi, You could let server and browser handle these compression decompression things.Answered | 5 Replies | 123 Views | Created by Anonymous - Saturday, February 26, 2011 12:47 AM | Last reply by Anonymous - Tuesday, March 1, 2011 4:00 AM -
2 Votes
Compress string with GZipStream
The following code based 99.99% on the code I found at http://www.microcode.es/2009/01/29/c-comprimir-y-descomprimir-un-string-gzipstream/ works just ...Answered | 7 Replies | 25998 Views | Created by d.firka - Thursday, June 7, 2012 2:30 AM | Last reply by d.firka - Monday, June 11, 2012 2:35 PM -
0 Votes
Unable to read a Compressed C# byte [] in Java app
The problem was that java byte is equivalent to C# sbyte.Answered | 4 Replies | 6145 Views | Created by nishak02 - Wednesday, July 30, 2008 7:37 PM | Last reply by nishak02 - Thursday, July 31, 2008 6:20 PM -
1 Votes
GZip Compression (Yes this old chestnut Again)
Obviously this kind of compression is only beneficial with long strings, with or without the extra four bytes in the compressed data.Answered | 8 Replies | 1273 Views | Created by BringBackMacros - Friday, February 27, 2015 10:32 PM | Last reply by Reed Kimble - Sunday, March 1, 2015 1:36 AM - Items 1 to 20 of 1651993 Next ›
No announcements