English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

Access uses a database called the "Jet Engine", and is good for SMALL scale databses. MS SQL Server uses a database type called "Open Database Connectivity", and is good for large scale database applications - wide area network, or web based programs are usually coded in MS SQL Server, or a competing product called "Oracle".

2007-01-22 14:13:22 · answer #1 · answered by Richard H 7 · 0 0

Each is made by Microsoft. That's about the end of the relation.

Access is not specifically design as a server database. IT lacks scalability to high number of users or queries. Also, you cannot pre-program queries in Access.

If you are developing a simple desktop DB app, and would like to host ton a LAN, then Access will suffice. But for a real client/server application (such as a website), you use SQL (or better yet, MySQL)

2007-01-21 19:48:23 · answer #2 · answered by Daniel A 2 · 1 0

Microsoft Access is powered by a backend known as the "Jet Engine". This engine lacks database triggers and stored procedures. It also scales very poorly to larger projects involving multiple concurrent because it is targetted at the desktop rather than being a true client-server database.

By contrast, MS SQL Server is a very scalable enterprise engine, often considered feature compatible with Oracle and IBM's DB/2. It contains most of the features expected from these enterprise resources, such as the (aforementioned) triggers and stored procedures.

2007-01-21 19:45:40 · answer #3 · answered by phpguru1 2 · 1 0

MS SQL Server and MS Access both are database management systems. MS SQL Server is a very powerful RDBMS package which can be used on entreprise levels having capabilities of handling large databases due to its performance and security features. MS Access is relatively a very small database management system and is used for small businesses only. It lacks in supporting very large databases and also does not have features like "triggers" which are used in MS Sql Server to impose busines rules on transactions.

2007-01-21 19:41:18 · answer #4 · answered by ajay p 2 · 1 0

you're able to desire to create a DAL (archives get entry to Layer) i assume which you have already got your sq. database placed in a folder stated as App_data. The DAL would be placed in a clean folder further on your internet site stated as App_Code. To this new folder upload a clean merchandise and choose dataset (extension is XSD). supply it a significant call like the call of your DB. carry on with the reset of the activates to end the wizard. you will now have certain your administration to a DAL tableadapter Double click the recent dataset merchandise to open it and you'd be provided with a easy gray clean demonstrate screen section. remarkable click in this section and choose upload >> TableAdapter. you will create a table adapter which will hook up with a particular table on your DB. you will carry on with the activates and create a choose * question. this question would be used because of the fact the inspiration for springing up no longer purely the choose yet INSERT and DELETE finctions. save the dataset Now out of your information superhighway form upload you administration and click on the small arrow interior the better remarkable corner of the administration. this will supply you a menu from which you will choose "choose archives source" and then choose from the drop down. you would be provided with yet yet another wizard to choose a datasource type" choose the article datasource type and click next. the subsequent demonstrate screen will ask you to choose a employer merchandise fro the dropdown. this could have your table adapter you merely created indexed interior the dropdown.

2016-11-26 01:35:38 · answer #5 · answered by ? 4 · 0 0

fedest.com, questions and answers