Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 CSV to PDF conversion in SQL 2005

Author  Topic 

gangadhara.ms
Aged Yak Warrior

549 Posts

Posted - 2010-08-18 : 01:49:50
Dear All,

I am using this query to generate the .CSV file and scheduled in Job agent to store it in Perticular pat.

xp_cmdshell 'sqlcmd -E -S JNJAUSYSVR01 -d master -i E:\User_Access_Privilege_Matrix.sql -o E:\Healthcheck\SOP_IT_024_User_Access_Privilege_Matrix.csv -W -s "," -k'

Can some body please help me to store the file in PDF format.

Thanks,
Gangadhar
   

- Advertisement -