Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Access or SQL Server?
 

Access or SQL Server?

Hi,

Which should I use? Access or SQL Server? What are the differences, and why should I choose one over the other?

thanks
pns  Wednesday, July 18, 2007 10:56 AM
Access is a file base database that works wellwhen onlya single user is using the database. SQL Server or Sql Express use a service for the database engine. This database has many more sql features and works well in a multiuser situation. I think the free SQL express is a better choice than access.
Ken Tucker  Wednesday, July 18, 2007 11:27 AM
Access is a file base database that works wellwhen onlya single user is using the database. SQL Server or Sql Express use a service for the database engine. This database has many more sql features and works well in a multiuser situation. I think the free SQL express is a better choice than access.
Ken Tucker  Wednesday, July 18, 2007 11:27 AM

You can use google to search for other answers

Custom Search

More Threads

• creating a new table in the data source
• MDIChild Form shows Scrollbars.
• Problem with DataGridBoolColumn in the DataGrid
• VS 2005 - Easiest way to get two related tables in one datagridview?
• databind text property of a set of radiobuttons in a groupbox
• VS2008 datagridview display of ANOVA statistics from different dataviews
• binded textbox not updating when source property changes
• DataGridView Rows
• Automatically advance to next cell in DataGridView
• How do i delete rows in a datagrid?