SQL Server VARCHAR(MAX) and DB Size very high -


i storing html in database. no, not dynamic web application, template gets stored in database , gets printed.

this template varchar(max) , has on average of 700k records (7 lac records). there 28k records stored in database , db size 21gb.

i figured template column causing db size big. size of column in database 17gb.

do think can add compression logic compress , save data in database? know add little overhead compression, doubt if going big.

i cannot store database outside of sql make sensitive data available having file share permissions.

any other ideas appreciated. (binary, text or else)?

sql server 2008 has built in data compression worth looking at.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -