Viewing 15 posts - 991 through 1,005 (of 1,348 total)
our reporting people are notorious for creating tables with no PK's and other weird things and having queries that do 500000 reads to return 2 rows or go crazy with...
November 14, 2007 at 1:28 pm
start with the execution plan
November 14, 2007 at 10:53 am
only in an ideal world
in the real world CSR reps and sales people put down whatever the slang name is for something or they put in trouble tickets that something...
November 14, 2007 at 10:47 am
zip codes are one thing, but a lot of times you have varchar data where a sales person fills it out and just puts in the wrong data for whatever...
November 14, 2007 at 9:49 am
there are no good and bad or black or white in SQL, only gray areas and what is good for your situation
we have very few FK's where i work as...
November 14, 2007 at 8:33 am
HP just came out with the DL 580 G4
4 quad core CPU's, up to 256GB of RAM and something like 16 drive bays
November 13, 2007 at 1:46 pm
no, MSSQL should be like MySQL in that i can buy 10 or so HP DL 360's, set them up and run one instance of SQL across them. if one...
November 6, 2007 at 10:15 am
i use Veritas Netbackup Enterprise with a 7 year old tape library. we have around 30 SQL servers so using native SQL backup is too much time to manage.
i use...
November 6, 2007 at 8:27 am
MSSQL needs a federated design like Oracle and MySQL where you use a bunch of cheapo boxes and don't need MSCS clusters. if one fails you simply reroll and replace...
November 6, 2007 at 8:13 am
for all the enterprise applications, MySQL has a lot of other software behind it to be highly available. M is only one letter in LAMPS
November 6, 2007 at 7:41 am
just add /3GB to the long row of crap
i think /fastdetect is in the row you need to add it to. or go to the knowledge base and run a...
November 6, 2007 at 6:59 am
it's simple
SQL 2005 and Oracle are real db servers and MySQL is not. i was helping our devs with it on some webserver a few months back and there is...
November 5, 2007 at 9:48 am
how much RAM is the server set for maximum memory? i would also run a trace to see how efficient the table/index structure is. nothing like a bad schema or...
November 2, 2007 at 12:01 pm
i would not restore any system db's from sql 2000 to 2005
in my case i had a staging server to hold logins, dts, jobs, etc. for logins i just input...
October 31, 2007 at 2:08 pm
i've never done a 3 node cluster, but with our 2 node it's always like this
fail over to one node
upgrade an instance
fail over to the other node
upgrade the other instance
make...
October 31, 2007 at 2:05 pm
Viewing 15 posts - 991 through 1,005 (of 1,348 total)