Viewing 15 posts - 916 through 930 (of 2,044 total)
or with a case statement
select
CASE
WHEN DESCRIPTION= 'Stop save' then 'gddo'
ELSE 'turr'
END DEP
from CIRC.TAG
December 22, 2010 at 7:33 am
a small recap (and in what order?)
you have installed the 32-bit database (was this software only?) at oraclehome1 (not necessary), oracleinstaller not found?
you have installed the 64-bit client at oraclehome2,...
December 22, 2010 at 5:40 am
Hello,
*try at dev-environment first*
You have downloaded the full database versions instead of the clients.
You can download the 32-bit client (win32_11gR2_client.zip)
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html
You can download the 64-bit client (win64_11gR2_client.zip)
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
Usually install the 64-bit client...
December 21, 2010 at 5:48 am
At the server running the SSIS package you already have an Oracle-client installed (otherwise you couldn't make a connection).
The location of the different oracle clients should show up uner "All...
December 21, 2010 at 5:28 am
As gathered from the forums SSIS-designer uses the 32-bit driver, when SQL Server actually executes it it uses the 64-bit driver.
Do you have both oracleclient versions installed?
December 21, 2010 at 1:49 am
Shrinking should stay. Had an archival run on Oracle leaving 50% free. To shrink it I had to move all the objects to a new tablespace, "shrink" the original and...
December 10, 2010 at 8:40 pm
Thanks for the input. I'll start with the books online
October 22, 2010 at 7:53 am
Turning off & on logshipping will require reinitialization. (full backup + new logfiles).
Mayhaps is it possible to delete the old data in sustainable batches for logshipping?
October 11, 2010 at 9:13 am
be sure that the correct datatypes are used , not relying on implicit conversions
October 8, 2010 at 5:43 pm
I would choose 64-bit to minimize 64-to-32 bit conversions
October 7, 2010 at 12:59 pm
What do folks normally use to view the data from a database if Access forms are not use? If this is more of a design question I can ask it...
October 6, 2010 at 1:44 pm
Enterprise Architect can do ERD but I haven't used it much yet.
October 4, 2010 at 4:14 pm
Have a look at
For cannot obtain rowset you'll have to create sp_tables_info_rowset_64
I can't find the original MS KB for it at the moment
Found it:
September 24, 2010 at 12:49 pm
Raw Materials & Dilbert are of great humor to break the day.
Even ctrl+al+del is available in book/paperback.
September 16, 2010 at 2:10 pm
There wouldn't be a 64-bit Jet Driver. Perhaps with the latest Office2010-64bit edition
With SSIS
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/70636/
August 25, 2010 at 1:22 pm
Viewing 15 posts - 916 through 930 (of 2,044 total)