Viewing 13 posts - 31 through 44 (of 44 total)
Found it.
Check out the /* APPEND */ hint at
http://www.dba-oracle.com/oracle_tips_data_load.htm
Apparantly makes it 100 times faster.
Keith
April 7, 2004 at 1:53 am
I have had a similar problem where a bulk load of data was taking three to four minutes in Oracle and the equivalent in SQL Server 7 was 10 seconds....
April 7, 2004 at 1:46 am
Does the error message show a job name or a long string of characters that is the ID of the job? If it is the latter then it may be...
April 5, 2004 at 1:53 am
Just found this on another item on this site:
blanksapwd=1
I think you use this instead of upgradepwd
March 18, 2004 at 9:36 am
I have not checked this out but do you need to put the blank password in single or double quotes?
UPGRADEPWD='' or UPGRADEPWD=""
It is possible it is not picking up...
March 18, 2004 at 9:32 am
On the point of trick questions, isn't it important that there are these types of trick questions to test you guys?
If you have ever spent two hours on a...
March 5, 2004 at 4:39 am
I don't have any script to this in VB but I have scripted this type of thing using a product called WS_FTP (http://www.ipswitch.com/products/file-transfer.html)
It is very simple to set up...
February 26, 2004 at 5:24 am
I tried to use Mozilla/5.0 to reply to a message and I got a single line text box to enter in the reply message, with none of the fancy formatting...
February 26, 2004 at 5:17 am
That works a treat , thanks for that.
February 2, 2004 at 2:09 am
Those Iif statements are a pain, and the best way I can think of doing this is to create a table called PersonCodeArea with two columns called SalesPersonCode and Region.
Fill...
January 30, 2004 at 10:33 am
As an additional check from the VB side, check the errors collection of the connection object. This will return far more information regarding the error than VB's error object.
Below is...
December 29, 2003 at 2:25 am
I'm with all of these guys. You can't create a primary key clustered index on the LAST_ORDER_DT as it won't be unique.
Unless you have had one order a day...
November 21, 2003 at 2:07 am
Good question! Shows how many people out there actually use 'contains' in their databases....
For clarification of why it returns what it does, I am assuming that the contains statement searches...
August 12, 2003 at 2:10 am
Viewing 13 posts - 31 through 44 (of 44 total)