compress binary data in sql server -


i storing images in database(sql server 2008) in binary formate. table's field datatype image.

right i'm having rows above millions in table. want compress binary data.

i have searched solutions on form levels means have write code in c# or vb.net , bring binary data on page. compressing them code have update particular record.

but due have large number of data inconvenient process on form side because can take plenty of time.

so want code sql can create stored procedure in database, using can each row @ time,directly compress binary data , update fetched column perticular row.

is there method available process on sql server 2008.

thank in advance.

if using sql server 2008 developer or enterprise edition, can enable compression described here on msdn.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -