Hi,
Can we compress any file throgh SQL Server
- using bcp, xp_cmdshell?
- using sql_cmd?
- stored procedure?
ex:- saving the query results into file
bcp "select * from [Instance Name].DBNAME.dbo.TableName " queryout "G:\Report.xls" -c -T -x'
Thank you so much, in advance
Phani