Viewing 15 posts - 76 through 90 (of 244 total)
Depending on how big your production system is (# users, transactions ...) I would also recommend you either take a copy of you DB and work "offline" or build an...
July 11, 2007 at 1:23 pm
I agree, the fewer number of fields you check, the less likely you are to exclude someone due to a spelling (or name change ...) error. If you feel the...
June 8, 2007 at 8:35 am
Did anyone happen to see this http://autos.msn.com/advice/article.aspx?contentid=4024682
The comparison is between 92 vehicles and today. The big take home is that obesity is a problem for our cars (as well...
May 30, 2007 at 8:56 am
I suspect it is the Workload Governor in MSDE that is killing your performance. You can test the by running the following in a SQL window (during a busy time):
DBCC...
May 29, 2007 at 12:23 pm
We don't VM SQL Server for the reasons above (I/O, Grabbing CPU...) We did review and are discussing with our software vendors - PolyServe as a method of reducing our SQL Servers...
May 17, 2007 at 9:27 am
I'm not sure this is the best way, but here goes. This is dependent on your data being exactly as you state above where each record has 2 rows! First...
May 7, 2007 at 8:04 am
I work for a hospital - definitly not smart - but caring. Actually I think all the crap we have to do to process a bill to someones insurance is...
April 20, 2007 at 8:50 am
I don't think its dead, but its unnecessary. My degrees are in Forest Management. During grad school I spent more time making databases, writing FORTRAN, building COBOL reports and sysadmin...
April 17, 2007 at 10:08 am
I guess I've lost the value you are looking for in creating an index on this table. Since you have no control over the writes to it (IIS is in charge!), what...
April 10, 2007 at 10:06 am
I really don't think you will get too much performance increase out of indexes on this table. Mainly because, except for date and time, most of the values in the...
April 10, 2007 at 8:43 am
This is obviously a log file from a web server, so the table setup is probably the default log created by IIS when you choose ODBC logging. I've done a lot...
April 6, 2007 at 9:53 am
Are you using fuzzy lookup or fuzzy grouping?
Your stuck with 1 ID column. Could you build a view and concatenate the fields, then rip apart after the grouping?
March 26, 2007 at 10:09 am
You may want to review the network topology of the SAN. The SAN may be faster (typically you have way more spindles so writes can be broken up into small...
March 8, 2007 at 1:41 pm
Thats pretty common. Thing to verify - SCSI disks - what kinda of raid? Is the controller battery backed for power outage? If you lose your Log files your probably in bad shape. Are...
March 8, 2007 at 8:05 am
I work in healthcare where the VAX is still used heavily. We max out every day at midnight when we have to do dayend processing. Even during the day we...
March 2, 2007 at 11:27 am
Viewing 15 posts - 76 through 90 (of 244 total)