Viewing 10 posts - 1 through 10 (of 10 total)
the first pic is the query that runs inside the oracle .
the second is how it should be in the ssis
i need to replace all the dates in that query...
October 23, 2013 at 7:19 am
thank you very much,
but i have to keep this format since i execute this string via EXCECUTE SQL TASK ( i send it to an oracel DB to run...
October 23, 2013 at 7:07 am
Ok after a couple of hours i figures what the problem is.
when the time (hours) is '240000' the query failed.
so i need to replace '240000' with '000000' and everything is...
June 25, 2013 at 4:20 am
avishain (6/25/2013)
ChrisM@Work (6/24/2013)
SELECT
jh.run_date,
jh.run_time,
RunDateTime = x.RunDate + x.RunTime
FROM msdb.dbo.sysjobhistory jh
CROSS APPLY (
SELECT
RunDate =...
June 25, 2013 at 12:54 am
ChrisM@Work (6/24/2013)
SELECT
jh.run_date,
jh.run_time,
RunDateTime = x.RunDate + x.RunTime
FROM msdb.dbo.sysjobhistory jh
CROSS APPLY (
SELECT
RunDate = CAST(STR(jh.run_date,...
June 25, 2013 at 12:34 am
ChrisM@Work (6/24/2013)
avishain (6/24/2013)
J Livingston SQL (6/24/2013)
also what are you expecting to happen when the end time is two...
June 24, 2013 at 7:38 am
J Livingston SQL (6/24/2013)
also what are you expecting to happen when the end time is two or more...
June 24, 2013 at 7:13 am
Guitar_player (1/29/2013)
Try to use " Lookup Dataflow item"
Lookup wont work since there is no common key between these 2 tables...
January 29, 2013 at 2:43 am
sqlbi.vvamsi (1/22/2013)
type casting that column to dt_dbtimestamp should work
Works like a charm 🙂
thank you
January 23, 2013 at 1:10 am
the DS would be an XML file.... so i have to this within the ssis package 🙂
January 22, 2013 at 12:30 am
Viewing 10 posts - 1 through 10 (of 10 total)