very good.
here is my log
--DROP PROCEDURE sql2pdf
create PROCEDURE sql2pdf
@filename VARCHAR(100)
AS
/*
also maybe run
exec sp_configure 'show advanced options', 1
GO
RECONFIGURE
GO
exec sp_configure 'xp_cmdshell', 1
GO
RECONFIGURE
exec sp_configure 'Ole Automation Procedures', 1
GO
RECONFIGURE
GO
before you run...
- This reply was modified 2 years, 4 months ago by secowu.