Viewing 3 posts - 1 through 3 (of 3 total)
I am looking for the same thing but I think we can use only a Visio diagram as an image in SSRS report.
February 20, 2015 at 9:34 am
#1778986
Thanks for the article, Andy. I have a project that needs to read the XML file and load it into JDE tables. In my SSIS package, I loaded the XML...
February 8, 2012 at 10:01 am
#1444643
The other simple way is:
SELECT RIGHT(CONVERT(VARCHAR(11), GETDATE(), 106), 8)
This will give you the same format.
January 24, 2012 at 9:43 am
#1437776