Forum Replies Created

Viewing 15 posts - 16 through 30 (of 41 total)

  • RE: ODBC connection to Oracle

    Hi,

    How are you building your package?  Are you selecting the "Other Connection" to connect to Oracle?  You should get an option "User/System DSN". 

     

  • RE: truncate_only

    thanks very much for your help everybody!

     

  • RE: Dot within database name

    great thanks.

     

  • RE: carriage return

    thanks for your help, this worked...

     

  • RE: how to run batch jobs

    Thanks for the link.....I'll do a bit of reading and see if this helps...

    Its a good start!

     

  • RE: how to run batch jobs

    Hi,

    Thanks for that, but I didn't actually want to run it through the SQL Server Agent.  I have some backup jobs and DTS packages that currently run as jobs in...

  • RE: Process Info

    thanks for your help.....I must have selected the "slow" google search option...

    thanks again..

     

  • RE: How To Mess Up An Interview

    There's no pleasing everybody....

    I enjoyed the article...whether I agree or disagree doesn't really matter.  Everyone has their own opinion.

    It was fun to read.  Thanks Sean.

     

  • RE: Out of Memory

    thanks.

    So I guess the only way around this problem would be to create two DTS packages that have different SELECT ranges?  Would anyone agree?

     

  • RE: Out of Memory

    Hi,

    The query runs fine, if I reduce the number of rows to be copied, the job completes successfully. If I increase the number of rows, the job fails with "out...

  • RE: Out of Memory

    Hi,

    The query is fine, it does transform a number of rows, but then I guess it runs out of memory and fails...

     

  • RE: Out of Memory

    Hi,

    I am using a query to tranform the data.

     

  • RE: No data for smallint

    Hi,

    I have found my problem....I didn't have my transformations defined correctly...doh!.

     

  • RE: No data for smallint

    yep here it is:

    select [MemberNo],

    ''+substring(convert(varchar(30), EffDate, 120),9,2)

    +'.'+substring(convert(varchar(30), EffDate, 120),6,2)

    +'.'+substring(convert(varchar(30), EffDate, 120),1,4)

    +'' AS [EffDate],[Action],[PersonID],[HomeAddrID],[PostalAddrID],

    case when EndDate is not null then

    ''+substring(convert(varchar(30), EndDate, 120),9,2)

    +'.'+substring(convert(varchar(30), EndDate, 120),6,2)

    +'.'+substring(convert(varchar(30), EndDate, 120),1,4)

    +'' else '01.01.0001' end...

  • RE: windows xp login

    thanks very much!

Viewing 15 posts - 16 through 30 (of 41 total)