Viewing 15 posts - 2,791 through 2,805 (of 3,061 total)
You can't. Add datafiles on other drives.
December 15, 2008 at 6:24 am
stryk (12/15/2008)Finally, RAID is a way to store data faster and safer than on a single disk.
Usually you are going to see a trade of in between "faster" and "safer",...
December 15, 2008 at 6:23 am
ksnandhinee (12/15/2008)
December 15, 2008 at 6:18 am
Ian Yates (1/31/2008)
December 11, 2008 at 4:24 am
Steve Jones - Editor (12/10/2008)
If you do, then an audit trigger just inserts changed data into some table. There are articles here on...
December 10, 2008 at 10:02 am
I'd the opportunity of doing it both ways e.g. from Oracle to SQL Server and from SQL Server to Oracle.
When it comes down to code here is how it works....
December 9, 2008 at 7:06 am
In regards to your first question and since you are looking for binary sort order, please follow previous advise and check sort order is in the *_BIN form.
Answering your second...
December 7, 2008 at 5:20 am
Cool! That makes sense, glad you solved it. Congrats!
December 5, 2008 at 6:36 am
smacena (12/4/2008)
...
WHERE
CASE :Hist WHEN '2'
THEN (PERSON.DATE is null or PERSON.DATE is not null)
...
December 5, 2008 at 4:51 am
Please do this, get and post execution plan for both "select count(*)..." and "select count(your-pk-column)..."
December 5, 2008 at 4:47 am
Toad is pretty bad managing sessions, it usually leaves connections open.
My first suggestion would be to test the connection from SQL*Plus.
If the issue persists try issuing a commit even if...
December 1, 2008 at 10:38 am
well... that's the expected behavior.
Are you expecting SQL Server to load balance your objects accross the filesystems?
It would happen on Oracle+ASM environment but as far as I know SQL Server...
November 21, 2008 at 5:41 am
Nitin (11/18/2008)
I did a database partitioning.
Do you really mean "database partitioning" like in a distributed database environment or are your just referring to partitioning a couple of tables?
November 19, 2008 at 3:30 am
Ross McMicken (11/18/2008)
I don't think you are likely to see improvements of this magnitude by performing database maintenance.
I have to disagree. Performance in a non properly maintained database keeps deteriorating...
November 19, 2008 at 3:28 am
sandeephughes (11/18/2008)
Could anyone help me how such a big difference in perfomance is seen.
just to be sure... you did an upgrade in place, didn't you? meaning, neither moved to...
November 18, 2008 at 5:58 am
Viewing 15 posts - 2,791 through 2,805 (of 3,061 total)