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

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

why cluster and non clusterindex are used in sqlserver 2000? explain with example

1 Answers  


as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration

0 Answers  


What is the purpose of forms?

0 Answers  


How can you know if the row fetched from cursor is still valid in underlying table?

0 Answers  


What is master database? : SQL Server Architecture

0 Answers  


How to select all columns of all rows from a table with a select statement in ms sql server?

0 Answers  


What is for xml in sql server?

0 Answers  


What do you understand by sql server agent?

0 Answers  


What is the fillfactor concept in indexes?

0 Answers  


What it means to be triggered?

0 Answers  


Does sql server 2000 full-text search support clustering?

0 Answers  


Explain the truncate command?

0 Answers  


Categories