Viewing 15 posts - 2,446 through 2,460 (of 13,853 total)
Hi Phil
I have already tried that option . But it did not help. I still keep getting same Oracle connection error.
I did the change you suggested, compiled/ deployed the...
August 18, 2020 at 3:59 pm
OK, let's backtrack a little.
You can run the package from SSDT and it works fine.
In SSDT, try going to Project/Properties/Configuration Properties/Debugging and setting Run64BitRuntime to false.

Run the...
August 18, 2020 at 3:25 pm
Perhaps something like this would help you?
August 18, 2020 at 2:16 pm
The fact that DTExec gets installed by SSDT does not necessarily mean that it will run from the command line.
If you run the DTExec which is on the SQL Server...
August 18, 2020 at 2:06 pm
To be honest, I'm running out of ideas, so I decided to go back to basics.
You are saying that you can run packages from the command line using the DTExec...
August 17, 2020 at 10:14 pm
This package runs fine with SQLAGent job as well. But I want to make this package working only with DTExec command, since I have some dependencies.
Regarding this comment, is this...
August 17, 2020 at 10:05 pm
Hi Phil
Thanks for your response. but how to download SSDT 2015 64 bit version ? I searched everywhere, its not available.
Can you please provide link, if you are aware...
August 17, 2020 at 9:46 pm
Is that Oracle provider a 64-bit piece of software?
Because it looks like you are calling the 32-bit version of DTExec.
Try making the same call, but with the 64-bit version.
August 17, 2020 at 5:27 pm
(named 'date' which is a really bad name because it is a reserved word).
It's actually not a reserved SQL Server keyword. [It is reserved in ODBC, but that's...
August 14, 2020 at 7:24 pm
- That's an unusual looking statement in the ORDER BY (CONVERT(VARCHAR, ompcreateddate + 84, 101)). Does it achieve something which ORDER BY ompcreateddate does not?
It isn't unusual -...
August 14, 2020 at 4:54 pm
It's going to be difficult to suggest modifications to such a complex piece of SQL without having some DDL and sample data to test it on.
Some comments:
August 14, 2020 at 3:48 pm
Based on the example data provided, what output are you hoping for?
August 14, 2020 at 2:22 pm
You don't need to include the brackets or commas in the subquery – you only need it to return the values you're comparing against.
Select ...
Where x in (select...
August 13, 2020 at 9:05 pm

Which 'following table' and which 'connection string details'? Why are you avoiding providing more information? Also, where is the DDL for the temp table you want to...
August 13, 2020 at 2:39 pm
I have the following table ...
Where is this 'following table'?
If you are just selecting from table1 all the time, why not select all of the rows you need in one...
August 13, 2020 at 12:37 am
Viewing 15 posts - 2,446 through 2,460 (of 13,853 total)