Viewing 15 posts - 751 through 765 (of 3,738 total)
I got it to work.
Thanks.
September 2, 2014 at 7:56 am
My requirements have changed.
What I need to do is have a .NET Script execute a Stored Procedure against an Oracle Table.
It looks for a record with the current Date that...
September 2, 2014 at 7:02 am
opc.three (8/29/2014)
In the case of Oracle being the target I would go with option 2 and avoid introducing the use of OPENQUERY.
Thanks!
How do I Execute in .NET to check the...
August 30, 2014 at 7:09 am
David Burrows (8/29/2014)
So
SELECT CONVERT(DATE,GETDATE()) AS CurrentDate;
and
SELECT ...
August 29, 2014 at 8:27 am
Luis Cazares (8/29/2014)
Welsh Corgi (8/29/2014)
I want to do the Equivalent of the following SQL Select and return the result listed below:
SELECT CONVERT(DATE,GETDATE()) AS CurrentDate;
CurrentDate
2014-08-29
Thank you.
Equivalent in Oracle?
SELECT SYSDATE AS...
August 29, 2014 at 8:26 am
I want to do the Equivalent of the following SQL Select and return the result listed below:
SELECT CONVERT(DATE,GETDATE()) AS CurrentDate;
CurrentDate
2014-08-29
Thank you.
August 29, 2014 at 8:10 am
ChrisM@Work (8/28/2014)
Welsh Corgi (8/28/2014)
Any ideas would be greatly...
August 28, 2014 at 7:43 am
The example that I provided is not actually what I need. I want the Insert columns to be all from the Oracle Table.
Any ideas would be greatly appreciated.
August 28, 2014 at 6:58 am
I just found the code.
INSERT INTO [table1]
(
...
August 28, 2014 at 6:53 am
opc.three (9/20/2012)
There are lots of options but here...
August 28, 2014 at 6:41 am
Thanks for the recommendations.
When I attempt to install Ignite I get an error that the Wizard was interrupted before Ignite could be installed.
August 19, 2014 at 12:45 pm
There was an open query using an unfriendly name. I did not recognize it.
Thank you.
I was able to create the PK.
August 6, 2014 at 5:14 pm
It does not drop the table. I can't select, create a PK, etc.
I never saw anything like this.
It continues for ever. I does not finish. Am I making myself clear?
August 6, 2014 at 3:48 pm
GilaMonster (7/27/2014)
July 27, 2014 at 8:44 pm
Viewing 15 posts - 751 through 765 (of 3,738 total)