What are the advantages of using sql server over ms access
or why should one use sql instead of ms access
Answer Posted / 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 |
Post New Answer View All Answers
What is sub query and its properties?
What is tempdb database? : SQL Server Architecture
What is difference between createstatement and preparedstatement?
Write a sql query to get zero records from a table having n number of records?
What is the difference between a fill factor of 100 and 0?
What is lock escalation? : sql server database administration
How to test subquery results with the exists operator?
Explain what stored procedure sp_replcounters is used for? : sql server replication
Describe the functionalities that views support.
Is mysql better than sql server?
How to create a simple user defined function in ms sql server?
Tell me what is sql profiler?
How to throw custom exception in Stored Procedure?
What Are the Main Features of SQL Azure?
What is the datatype of rowid?