Viewing 3 posts - 1 through 3 (of 3 total)
Hi Russel - Just wanted to report back that your suggestions worked! After much travail, I got the DTS package to work as you described. Thanks again for your input.
January 30, 2007 at 11:04 am
Okies, I think I got a solution:
update Table1
set newDateTimeField = substring(ldaptimefield,1,4)+'-'+
substring(ldaptimefield,5,2)+'-'+
substring(ldaptimefield,7,2)+' '+
substring(ldaptimefield,9,2)+':'+
substring(ldaptimefield,11,2)+':'+
substring(ldaptimefield,13,2)
The data in the ldaptimefield is text and looks like this 20060816211120Z, etc. The newDateTimeField has datetime field format. So,...
September 28, 2006 at 1:04 pm
Well he did preface the article by saying that people might have other software to do this sort of thing easily. For those situations where DBA's don't have that, this technique is a...
September 27, 2006 at 12:43 pm
Viewing 3 posts - 1 through 3 (of 3 total)