Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what are the three command line utilities and what are their primary functions?

151


How to delete database objects with "drop" statements in ms sql server?

1147


what are candidate key, alternate key and composite key? : Sql server database administration

960


What is database white box testing?

1174


Explain the xml support sql server extends?

1079


What is the openxml statement in sql server?

1118


Can binary strings be converted into numeric or float data types?

1091


What is a fill factor?

1137


Which are the important points to note when multilanguage data is stored in a table?

1062


How can you check the version of sql server?

1156


Can group by and orderby be used together?

1067


How to create a user to access a database in ms sql server using "create user" statements?

994


You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?

1156


what is the system function to get current user's user id? : Sql server database administration

1045


Explain DBCC?

1013