Viewing 15 posts - 646 through 660 (of 1,348 total)
depends on the code, if you look at the fix list since RTM there are a lot of things MS fixed in cursors and other issues when running some commands...
March 17, 2009 at 7:49 am
if you're going to overwrite it then just detach it and tell the GUI to kill all connections. i've found some apps like weblogic like to reconnect as soon as...
March 17, 2009 at 7:31 am
Mohit (3/16/2009)
Everyone at my work seems to think that to, I...
March 17, 2009 at 7:23 am
we usually stick with the 3 years NBD, but i'm buying some servers now and going to try the 5 year NBD. Almost every time HP's has had a new...
March 13, 2009 at 5:51 pm
most of our thresholds for rebuilds are 5% or 10% fragmentation just so that if it fails one or two days it's no big deal. i've noticed i still get...
March 13, 2009 at 11:35 am
pretty sure i read in BOL that index rebuilds, create index, etc are fully logged even if the recovery model is simple
March 13, 2009 at 11:09 am
mostly depends on your hardware and I/O
on the old SCSI drives it took a long time. i have an archive db on the new SATA drives with one of the...
March 13, 2009 at 9:51 am
i've done bulk inserts which is the same way a snapshot replication does it and the log file can grow even if it's simple recovery model. i think it creates...
March 13, 2009 at 9:10 am
we only do index rebuilds, this way we don't have to run update statistics
March 13, 2009 at 8:51 am
the speed of the tapes depends on the tech being used. new LTO-4 tapes are around 1TB per hour per drive.
March 13, 2009 at 8:47 am
for exchange/file backups we run Seagate Evault Infostage. it's similar to Netbackup or Commvault but the data is on disk. it runs on top of any x86 server and you...
March 13, 2009 at 8:43 am
for #1 it's normal. you have to remove the table from any publications that it's in and then you can delete it
for #2 our SOX auditors would laugh at us...
March 13, 2009 at 8:34 am
is the recovery mode of the subscriber full? make sure it's simple
March 13, 2009 at 8:31 am
we did this last year
backup
detach databases from current sql instance
uninstall sql on old cluster
install sql on new cluster
attach databases
create logins, jobs, replication, etc
March 13, 2009 at 8:28 am
Viewing 15 posts - 646 through 660 (of 1,348 total)