Viewing 15 posts - 931 through 945 (of 2,062 total)
Verify that the adtime can be converted to a datetimeformat as you use it to extract the hour & minutes.
select datepart(hour,convert(datetime,adtime,8))
January 27, 2011 at 5:03 am
The sqlagent (user) has access to the share?
December 30, 2010 at 3:19 pm
Almost.
What culprit did your boss fix?
Can you make a connection to the oracledatabase outside SSIS?
December 23, 2010 at 2:01 pm
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
Viewing 15 posts - 931 through 945 (of 2,062 total)