Viewing 2 posts - 1 through 3 (of 3 total)
It does sound like a permission error. Check that the account running SQL Agent has access to the folders where the Excel template file is stored (and where the new...
December 19, 2013 at 3:09 am
#1674746
I was having the same problem and found that you need to check like this *before* you try to do something to the column:
If Not Row.Column_IsNull Then
'Do...
June 29, 2012 at 11:48 am
#1507242