(E-Mail Removed) wrote:
> Access MDB doesn't have the ability to Log or Backup.
>
> it is reccomended that all new development be in SQL Server; and that
> has been the case for almost 7 years now.
>
> Don't listen to these grayhairs that are too lazy to learn Access Data
> Projects.
>
> For the record; ADP are a great tool for managing data in a SQL Server
> database.
>
> -Aaron
>
>
>
> DS wrote:
>
>>Larry Linson wrote:
>>
>>>"DS" wrote
>>>
>>> >I have to build a database for a college.
>>> > I'll need names, address, grades by
>>> > semester, teachers and high school
>>> > transcripts in the records.
>>>
>>>
>>> > Also I'll need attendance.
>>>
>>> > The college has roughly 2,500 a year going
>>> > through it. Can Access handle this and for how long?
>>>
>>>A single Access / Jet database can be as large as 2 Gigabytes. Access can
>>>also be used as a Client application to any ODBC-compliant server database
>>>(and that is most of them, commercial and open-source). For vital data, you
>>>might want to consider that reliability and recoverability of the data is of
>>>prime importance, more important than "can it handle the volume".
>>>
>>>Many server databases have built-in logging, backup, and restore features
>>>that would make them a data store that would give you more "comfort". You'd
>>>can implement similar functions in Access/Jet, but they are not builtin, and
>>>to implement them would require considerable work.
>>>
>>> Larry Linson
>>> Microsoft Access MVP
>>>
>>>
>>>
>>>
>>
>>Thank You Larry, Will SQL Server do the trick. Also how would I do
>>Loggong, BackUP and Restore with Access, at the very least can you
>>suggest where I would start or read about it.
>>Thank You
>>DS
>
>
Thanks. So is it hard to go from Access to SQL Server? Are they Similar?
Thanks
DS