Viewing 15 posts - 931 through 945 (of 2,073 total)
also check out the firewall settings
http://msdn.microsoft.com/nl-nl/library/cc646023(SQL.100).aspx
March 25, 2011 at 11:07 am
Probably not. So many opportunities, so little time.
March 23, 2011 at 4:56 am
Have a look at
http://www.issociate.de/board/goto/766405/installing_msde2000_for_remote_connection.html
Is sql2000 the msde version?
From SP3 on there is some extra configuration work for remote connections.
March 23, 2011 at 4:54 am
As far I remember is /3GB -> 3GB to share amonst all programs, 1GB for OS.
If you have 2 instances, AWE could be a solution as it allows a buffer...
March 17, 2011 at 3:54 pm
Interesting question
Have a look at http://www.devcurry.com/2010/08/free-text-editors-to-open-large-text.html.
Notepad++ chokes on big files (+100 mb)
March 14, 2011 at 6:53 am
I'm also looking for a detailed walkthrough. Myself I usually go through:
1. Install Oracle 64-bit client (11gR2) with Administrator option (not InstantClient, in order to diagnose connectivity), to make sure...
March 14, 2011 at 3:31 am
An old trick is to create a composite index with an additional not null column.
Normally, there are no statistics for NULL-values. By adding a not null column you semi-force them...
March 9, 2011 at 10:32 pm
good to know
Any clue where Select * from CLEAR.CLM_EDIT_WQ_CLM came from?
Is EXTRACT_DATE a date or timestamp?
other sources report making a view so every oracle column is converted to a...
March 7, 2011 at 1:05 pm
Hello,
You'l have to check some things.
Does the basic oracle connectivity works using tnsping, sqlplus from the server?
Is the server 64-bit? In that case you might need both the 64-bit and...
February 20, 2011 at 3:11 pm
Apparently changed with oracle 10g
http://decipherinfosys.wordpress.com/2007/04/28/writing-data-to-a-text-file-from-oracle/
February 17, 2011 at 1:10 pm
No direct unloader
Have a look at the faq
http://www.orafaq.com/wiki/SQL*Loader_FAQ#What_is_SQL.2ALoader_and_what_is_it_used_for.3F
or try to write to "external tables"
February 15, 2011 at 4:07 pm
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
Viewing 15 posts - 931 through 945 (of 2,073 total)