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
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 |
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 |
what are batch in sql server?
How to Create Login and User through query in Sql server 2005.and also how to delete Login and User through query?
How will you know when statistics on a table are obsolete?
How to connect to a sql server using odbc_connect()?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What are the advantages of using stored procedures?
How to display n-1 columns from n number of columns, from a single table in MS SQL server 2005?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
Which tcp/ip port does sql server run on? How can it be changed?
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Define indexes?
What is difference between standardization and normalization?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)