Viewing 15 posts - 61 through 75 (of 111 total)
My Dah! So simple... Thanks!
February 16, 2012 at 2:46 pm
Thanks Jeff! Briefly looked it over and looks like it has many nuggets of golden information to extract!
February 14, 2012 at 5:42 pm
Thanks SSCrazy. Was pretty sure of that but down to a few volts in the powerhouse at the moment 🙂
February 13, 2012 at 7:09 pm
Found this article/post that looks pretty close to my required needs.
http://www.sqlservercentral.com/articles/powershell/73460/
Anyone with others great links or comment on person experience please reply. Thanks!
February 10, 2012 at 8:25 pm
I happened alone the below function that gets the job done. Your article referral looks to be a great resource too. Thanks!
Function fnFormatDate(dtDate, strFormat)
Dim yyyy, mm, dd
mm = Month(dtDate)
yyyy=Year(dtDate)
dd=Day(dtDate)
If (Len(dd)<2)...
February 3, 2012 at 9:42 am
Thank you so much! 🙂
February 2, 2012 at 2:27 pm
Really no reply? I am getting the same error message. If you got this figured out how does it work?
Thanks
February 1, 2012 at 10:23 am
Thank you for all the great responses. The thread took on a life of its own which is cool 🙂
January 19, 2012 at 2:44 pm
Your right no business logic documented. I have been tasked with doing that.
January 13, 2012 at 2:05 pm
Thank bunches. It is code used within our application I support. It is pretty ugly no doubt but really cool how you broke it down. It boggled my mind. Thanks!
January 13, 2012 at 1:49 pm
That is the ticket Elliot! Thanks so much!
December 6, 2011 at 1:59 pm
Viewing 15 posts - 61 through 75 (of 111 total)