Viewing 15 posts - 1 through 15 (of 22 total)
The first thing I'd do is check the output - see if you're getting valid HTML that includes the images you want to see before this gets attached to or...
April 27, 2013 at 3:10 am
Updating a variable from an Execute SQL Task is pretty straightforward; choose your connection, enter your SQL command (in this case, any statement that returns one value, this being the...
April 17, 2013 at 12:19 am
Thanks for all the responses to the article, it's great to have so many people obviously take the time and trouble to read it properly and respond both here and...
September 6, 2010 at 5:13 am
I had the exact same problem with the same source (the 70-433 book CD), but found the fix here:
"The fix to backup successfully, is to delete the...
March 24, 2010 at 7:33 am
Thanks very much for all the appreciative and useful comments. I'm afraid I don't have time at present to answer all the questions that have been asked - this article...
February 22, 2009 at 5:59 am
My pleasure, thank you very much for your kind comments.
February 14, 2009 at 2:11 pm
Does calling other packages (that don't use the mailing functions) from SQL jobs work for you? In other words, is this the only SSIS job that doesn't work for you...
June 4, 2008 at 4:17 pm
Do you mean that when you run the job manually it fails, or when it runs as scheduled (and thus using the permissions of the SQL Server Agent account?) that...
June 4, 2008 at 3:13 pm
Hi Michael...sorry for the delay in replying.
Seeing the xsl file on it's own (without the relevant XML input) probably isn't going to be much help, but if you'd like I...
May 21, 2008 at 8:01 am
You'll need to do a bit of debugging. The first place I'd look is in the SQL statement that populates the varDeleteFileList variable; if you run this as a query...
May 21, 2008 at 7:55 am
Hi Michael, thank you very much.
Regarding your problem, have you defined the variables as specified in step 7? And does your SQL task use an *ADO.NET* connection? This last is...
May 3, 2008 at 4:00 am
Hi Alberto,
Funnily enough, there is a way of doing almost the same thing in SQL 2000, but the way you do it is completely different. I used to have...
April 24, 2008 at 1:53 pm
Thanks, David...I wish I'd seen your excellent XSL article back when I was figuring out how to get all this working; it would have saved me a lot of time....
April 24, 2008 at 4:36 am
Thank you, sir! Glad to be of assistance.
April 23, 2008 at 9:01 am
It's included as an install option in SQL Server 2005 and SQL Server 2008, though not in the free Express or Compact editions.
April 23, 2008 at 8:43 am
Viewing 15 posts - 1 through 15 (of 22 total)