Results 1 to 3 of 3

Thread: Database to use

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    Philippines
    Posts
    2

    Question

    Can anyone tell me what's a best guide in determining as to whether to use the built-in Access database or using Microsoft SQL Server in developing an database application?

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    29
    If you are developing a application in MSAccess, you can use the built in Access database to make it easier on yourself. Then if you feel the need to upgrade to SQLServer later on you can use linked tables. This means you won't have to change a single piece of code.

    As for why you would use one as opposed to the other:
    SQL Server can handle loads of users a lot better, it can handle a lot more data (1-2GB in Access - more or less unlimited in SQLServer), and it is quicker. On the other hand it is expensive, harder to program, manage, and administer. SQLServer is also (to the best of my knowledge) not suitable for desktop computing. It is best used where a server is available.

  3. #3
    Guest

    Exclamation There is another too...

    There is also the new kid on the block. The desktop version of SQL server. Take a look here.

    http://msdn.microsoft.com/vstudio/msde/default.asp

    I just downloaded it myself so I don't know anything about it yet, but I thought I would let you know.

    Best,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width