Search found 104 matches

by Nisusmage
Mon Oct 20, 2008 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Add Complete Functionality
Replies: 2
Views: 2951

Perfect, thank you kindly.
by Nisusmage
Mon Oct 20, 2008 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the difference between two timestamps
Replies: 6
Views: 7975

Haha.. point taken.

I never looked at the date.
But, hopefully it'll update the thread in case someone else come along.
by Nisusmage
Mon Oct 20, 2008 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the difference between two timestamps
Replies: 6
Views: 7975

Why not use these?

MeasureTime YearsToSeconds
MeasureTime WeeksToSeconds

Look in the help file under "Measurement Transforms - Time"
by Nisusmage
Mon Oct 20, 2008 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Add Complete Functionality
Replies: 2
Views: 2951

Date Add Complete Functionality

Hello All, I copied this, http://www.dsxchange.com/viewtopic.php?p=304267#304267, to try and get community input to create a solid full featured DateAdd routine. Please assist. I tried to get the Add years functionality but I'm failing dismally due to my shocking Basic knowledge. But I'm pressing on...
by Nisusmage
Mon Oct 20, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add 3 milliseconds to timestamp
Replies: 12
Views: 9074

Hello All, I'm battling to add years together. Is there anyway I can expand on this to add years.? I currently have a problem like this. maturity_date = commencement_date + term_years I suppose what I'm really looking for is this function above to add years as well, but the numbers won't be right be...
by Nisusmage
Mon Oct 20, 2008 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation Reverse / InStrRev
Replies: 4
Views: 2878

Thank You Very Much.
by Nisusmage
Mon Oct 20, 2008 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation Reverse / InStrRev
Replies: 4
Views: 2878

Thank You Very Much.
by Nisusmage
Thu Oct 16, 2008 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation Reverse / InStrRev
Replies: 4
Views: 2878

String Manipulation Reverse / InStrRev

Hello, I have a requirement to extract a Surname from a name field. The issue is when the user has multiple second names. How would I extract the last "field" from the string? example: 'Joe Blogs'[' ',2,1] = 'Blogs' 'Jenny Marge Ashby'[' ',2,1] = 'Marge' *here is should be Ashby Thanks.
by Nisusmage
Wed Oct 15, 2008 5:43 am
Forum: General
Topic: Back up scheduling details of scheduled tasks
Replies: 4
Views: 2559

Back up scheduling details of scheduled tasks

Is it possible to backup the scheduling details of scheduled tasks? We are busy moving DS to another server/DB and need to reinstate the scheduling details of scheduled jobs on the new installation. Alternatively, can I find the schedulling details in the DB? If so, where? We are running on SQL2005 ...
by Nisusmage
Wed Oct 08, 2008 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 4755

Can Anyone help me with the configuration for XMETA and IADB?

I need to find way to point to the local SQL installation and not the current installation over the network

Thanks.
by Nisusmage
Wed Oct 08, 2008 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 4755

Hello Everyone,

Has anyone been able to try and get this working.? Does anyone else have this requirement.?

I've been on other projects and only really come back to this problem yesterday.

Any help will be greatly appreciated.

Regards.
by Nisusmage
Tue Sep 09, 2008 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 4755

Please can someone help me here, I still haven't found a solution to this.
I'm currently running the XMETA and IADB on a separate server.

From previous posts, there is a way to run this off a SQL2005 Express server. However, I'm still baffeled as to how.?

Please help.

Thanks in advance.
by Nisusmage
Wed Aug 20, 2008 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Load stage (Datastage type to OLE DB type error)
Replies: 9
Views: 12912

Was there any solution to this problem.
I'm getting the same error message.

I'm converting a decimal(3,2) to numeric(3,2) and I still get that error.
I've tried all kinds of data types. Varchar, real, decimal. But everything gives me that error.
by Nisusmage
Fri Aug 01, 2008 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL disable Index then Bulk Load Problem.
Replies: 5
Views: 5482

BTW this DISABLE feature is anly available in SQL 2K5 and SQL 2K8.
by Nisusmage
Fri Aug 01, 2008 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL disable Index then Bulk Load Problem.
Replies: 5
Views: 5482

Here we go peoples. turns out when you disable your clustered index the SQL bulk loader, or any loader, fails with some error. So you can only really disable your non clustered indexes. FYI: order your data you loading the same as the clustered index for speed. So... check this little proc out. I've...