Viewing 2 posts - 1 through 3 (of 3 total)
I changed the directory to D: in the following line...
SELECT @pdf = 'D:\' + @filename + '.pdf'
Its working fine now.
Great work done by the creator of this sp!!
July 21, 2011 at 5:40 am
#1356270
Hi. I tried this stored procedure and the example given. In Sql Server 2005, it runs fine but i m not able to locate the file("demo2" in this case) created.
I...
July 21, 2011 at 5:20 am
#1356263