What are the advantages of using sql server over ms access
or why should one use sql instead of ms access

Answers were Sorted based on User's Feedback



What are the advantages of using sql server over ms access or why should one use sql instead of ms..

Answer / ramakrishna

Some SQL Server 2000 and Access 2000 products limits:




Feature SQL Server 2000 Access 2000
database size 1,048,516 TB 2 GB plus
linked tables size
objects in a database 2,147,483,647 32,768
user name length 128 20
password length 128 14
table name length 128 64
column name length 128 64
index name length 128 64
Number of concurrent users limited 255
columns per table 1024 255
table size limited 1 GB
number of indexes in a table 250 32
number of columns in an index 16 10
bytes per row 8060 2000
number of tables in a query 256 32
columns per SELECT statement 4096 255
nested subqueries 32 50
number of enforced relationships 253 32

Is This Answer Correct ?    24 Yes 6 No

What are the advantages of using sql server over ms access or why should one use sql instead of ms..

Answer / rajeshwari

it is an query language with an structure so we esily
access the data from data base

Is This Answer Correct ?    5 Yes 14 No

Post New Answer

More SQL Server Interview Questions

syntex of insert

7 Answers  


What are a scheduled jobs?

0 Answers  


Why Master database is required?

0 Answers   Abacus,


What are the five characteristics of good data?

0 Answers  


How to use “drop” keyword in sql server and give an example?

0 Answers  






I have to display ten columns values from diffrent ten tables. how many joins are require?

10 Answers   CarrizalSoft Technologies, HCL,


What is sql server programming?

0 Answers  


How to connect of datebase with sql express.?

0 Answers   MCN Solutions,


What does asynchronous call backs means?

0 Answers   Alcatel-Lucent,


What is the difference between ddl and dml?

0 Answers  


What are Row versions of DataRow?

0 Answers  


What command do we use to rename a db, a table and a column?

0 Answers  


Categories