× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hmmmm......................

Seems to me that the xServer on i and virtual partitions can use single disk file volumes.

Vmware uses single disk volumes.

MS Exchange has a single DB file for its message store.

SQL Server does the same.

I believe MySQL and other DBs probably do as well unless they break out the ISAM tables.

Therefore I would imagine these scenarios are all equally prone to problems so I hope that doesn't scare anyone from using SQL Server.

PS: We're running Rational Team Concert quite successfully with SQL Server as well.

Regards,
Richard Schoen
RJS Software Systems Inc.
Where Information Meets Innovation
Document Management, Workflow, Report Delivery, Forms and Business Intelligence
Email: richard@xxxxxxxxxxxxxxx
Web Site: http://www.rjssoftware.com
Tel: (952) 736-5800
Fax: (952) 736-5801
Toll Free: (888) RJSSOFT


------------------------------

message: 3
date: Tue, 29 Jan 2013 16:53:22 -0700
from: Alan Campin <alan0307d@xxxxxxxxx>
subject: Re: How the SQL Server World Lives

When you look at how SQL Server vs OS/400 implements the database it would not be surprising the SQL Server would become corrupt. OS/400 maintain each table at the OS level. Each table and index is a separate object.

In contrast SQL Server is just a single binary file storing everything. SQL Server not part of the OS, just a program sitting on top of the OS. Think about must go in when you write a new records with variable length. Data must be copied from one location to another, space allocated and de-allocated. The surprising thing to me how well SQL Server manages to run giving the complexity of what it must do constantly but corruption is just about inevitable. .


On Tue, Jan 29, 2013 at 4:10 PM, Richard Schoen <richard@xxxxxxxxxxxxxxx>wrote:

To turn the question around, how many of you have seen corruption in
your SQL Server databases ?

Knock on Wood SQL Server has been pretty stable for our usage.

Regards,
Richard Schoen
RJS Software Systems Inc.
Where Information Meets Innovation
Document Management, Workflow, Report Delivery, Forms and Business
Intelligence
Email: richard@xxxxxxxxxxxxxxx
Web Site: http://www.rjssoftware.com
Tel: (952) 736-5800
Fax: (952) 736-5801
Toll Free: (888) RJSSOFT




As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.