المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Database path decompression and compression.



C# Programming
01-09-2010, 04:00 PM
DATABASE PATH DECOMPRESSION AND COMPRESSION.I understand that SQL Server does not read database files from compressed path.I want to deploy an application and I don't know if my client has compressed his windows directories/files for space. If my deployed application path is compressed, SQL Server will not be able to connect to the database and will give an exception. I don't want exceptions and I don't want my client calling me for troubleshooting due to errors.Hence,all I want is my application being able to handle this automatically by decompressing the compressed database file directory.Please, how do I programmatically go about this. Thanks for your reply.omoniyiogunderu@yahoo.com