Viewing 15 posts - 2,521 through 2,535 (of 3,061 total)
I would take a full backup of "source" database,
move the dump file to an external disk drive,
ship the external drive to "target" location,
plug the external disk drive on "target"...
May 28, 2009 at 12:14 pm
Performance of the affected query would be as good or as bad as the performance is in the Oracle database.
Ask you Oracle DBA to do two things for you:
1) Get...
May 28, 2009 at 12:02 pm
... OR, use SQL Server as a front-end for a database running on Oracle -provided you have deployed Oracle Vault on the back-end Oracle instance 😀
Actually it would be...
May 28, 2009 at 10:51 am
draj108 (5/27/2009)By default only model db will be in Full recovery model and rest in Simple recovery.
Please note Original Poster is refering to TempDB where transactions are minimally logged and...
May 27, 2009 at 2:17 pm
This is why I love Microsoft's KB... http://support.microsoft.com/kb/823938
May 27, 2009 at 2:08 pm
Do you have automatic statistics gathering enabled for the offending table?
May 27, 2009 at 5:56 am
For veterans is just a conditioned reflex, you know since the old-n-good COBOL times there is a list of “reserved words” you don’t want to mess with. 😀
May 27, 2009 at 5:29 am
Megistal (5/26/2009)Yes a column could be available in one database and not the other
Starting on SS2K5 all DDL is replicated by default so publisher and subscribers would automatically have identical...
May 26, 2009 at 12:38 pm
For a distributed transaction the correct syntax is BEGIN DISTRIBUTED TRANSACTION as opposed to BEGIN TRANSACTION.
May 25, 2009 at 10:31 am
If no 90 features are needed I would keep it at 80 level -specially if talking about an already stable production environment.
May 25, 2009 at 9:21 am
Scenario looks like a text book case of archive & purging where OLTP users access a small database having just NN days worth of data while reporting is conducted against...
May 25, 2009 at 8:19 am
You may want to start here... http://dev.mysql.com/tech-resources/articles/migrating-from-microsoft.html
May 23, 2009 at 4:28 pm
achleshsoni (5/23/2009)My queries show ambiguous result
Prove it.
May 23, 2009 at 6:39 am
Allister --
I agree with you provided current table structure is considered a staging area to help dataload -I would certainly get rid of 1-1 relationships on the actual database.
Hope that...
May 23, 2009 at 6:36 am
I think it goes a little deeper than that -looking at the columns defined in account-header and account-trailer tables I can see no reason to have account-header and account-trailer data...
May 22, 2009 at 3:44 pm
Viewing 15 posts - 2,521 through 2,535 (of 3,061 total)