Viewing 15 posts - 886 through 900 (of 1,348 total)
DBADave (2/29/2008)
You wouldn't happen to have an EMC link that mentions this?
you can search for the white paper on their site, forgot where it is
or pm me with your email...
March 5, 2008 at 9:07 am
interesting, might explain our challenges in replication we had
one other one is SQLMAIL, it's no more and will not work. in 64 bit only dbmail will work
March 5, 2008 at 9:05 am
emc says that for performance they recommend to scale out instead of using dedicated disks
February 29, 2008 at 1:20 pm
i never understood this thing of having a tiny c drive and installing every app on d
some people watch too much Monk
February 29, 2008 at 8:09 am
i would create tempdb files on a separate RAID1 volume and limit the growth of the ones on the c drive
February 29, 2008 at 8:05 am
there is no right answer and it's all CYA
where i work DBA's always took care of the SQL servers down to doing windows updates and installing windows, sql, etc. but...
February 29, 2008 at 7:58 am
ask your SAN vendor since they all have different ways to configure their SAN's
February 29, 2008 at 7:49 am
colin Leversuch-Roberts (2/27/2008)
February 28, 2008 at 9:29 am
we are migrating to a new DMX next week
EMC told us that when you put devices on LUN's mix and match with high I/O apps to low I/O apps for...
February 27, 2008 at 12:51 pm
we do have a clustered index and always did
it used to be the identity column that's the PK and we changed it the index to be on the non-pk column
PK...
February 26, 2008 at 7:39 am
two different issues
SAN will let you manage your storage centrally and you can replicate the data to another SAN at the storage level without worrying about mirroring or log shipping
February 26, 2008 at 7:29 am
colin Leversuch-Roberts (2/25/2008)
February 26, 2008 at 7:09 am
yes
we used to have a clustered index on the PK column which is just an identity column and now we switched it to a non-PK column which is a bigint...
February 26, 2008 at 7:04 am
our index redesign is done and i'm still seeing these issues
next step i'm going to try the pad index option
February 25, 2008 at 1:22 pm
if you can connect by IP it's not a firewall or connection problem, but probably a DNS resolution issue
February 25, 2008 at 1:12 pm
Viewing 15 posts - 886 through 900 (of 1,348 total)