why SQL server is more used to store database rather than
Access
Answers were Sorted based on User's Feedback
Answer / murtaza
1.sql server supports Relational database Management Systems
whereas access does not support all the features of RDBMS.
2.sql server 2005 supports partitioning,bcp utility,Data
transformation services(DTS),SSIS which r not supported by
access
3.sql server 2005 supports crystal reports for reporting
services and can be use as an BI tool for OLAP Queries
access does not support crystal reports and does not support
BI tool.
4.sql server supports more large and mid size data processing
and access does not support volumnous data.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anilreddy
Access can store only 2 GB of data where as in SQLSERVER 2005 one column can store more than 2 GB of data
Is This Answer Correct ? | 2 Yes | 0 No |
How do I find the transaction log size in sql server?
Explain the new features of SQL server 2000?
How to include date and time values in sql statements?
What is a mixed extent?
What is database mirroring?
What are tables in sql server?
What is sql collation?
How to bind a view to the schema of the underlying tables?
What are the purposes of floor and sign functions?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
Can you explain what are commit and rollback in sql?