|
-
Jul 9th, 2008, 12:43 AM
#1
Thread Starter
Fanatic Member
SQL server Express or Access database
Hello,
For years now I have been using access as my database.
But with the SQL server Express version around I have been wondering if it is not better to use this instead of access.
Note: I only develop applications for small businesses and a limited set of users.
So what do you guys prefer and recommend?
-
Jul 9th, 2008, 12:48 AM
#2
Re: SQL server Express or Access database
Access is more for smaller numbers of users and easier to deploy but for larger db's, multiuser access by a higher number of users, stored procedures etc then you may want to use SQL Express.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 9th, 2008, 12:53 AM
#3
Thread Starter
Fanatic Member
Re: SQL server Express or Access database
 Originally Posted by RobDog888
Access is more for smaller numbers of users and easier to deploy but for larger db's, multiuser access by a higher number of users, stored procedures etc then you may want to use SQL Express.
So for apps with not more than 5 coherend (at the same time) users access 2007 will do?
-
Jul 9th, 2008, 01:00 AM
#4
Re: SQL server Express or Access database
If they are in the same office and your app isn't huge, then yep that should be fine.
-
Jul 9th, 2008, 01:02 AM
#5
Fanatic Member
Re: SQL server Express or Access database
i've been using ms access for quite a long period and even with a limited number of user accessing the database currency problems becoming extreme issue. while on the other hand sql server offers a variety of option how will you be able to resolved this issue. far from that its robustness, speed and everything... i shift totally to sql server.
-
Jul 9th, 2008, 01:07 AM
#6
Re: SQL server Express or Access database
7-10 concurrent users for Access but if the app will or could be developed to a larger scale then it would definately be worth using SQL Express. but with SQL Express there are limitations in db size of 4gbs and number of users too. After that you have to use SQL Server.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 9th, 2008, 01:09 AM
#7
Re: SQL server Express or Access database
I wouldn't use Access for any multi-user applications. I'd only consider Access for small, single-user systems that I knew were going to stay small, single-user systems. Even then I might consider SQL Server CE for those instead of Access.
-
Jul 9th, 2008, 01:11 AM
#8
Re: SQL server Express or Access database
Well it totally depends on the type of access you would be doing with an Access db. If its read/queries then it can support 255 users just fine. If its read/write then the 7-10 would be your max users.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|