|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server or ACCESS?I am still struggling which database I should use... A friend of mine suggested that I should use SQL Server rather than Access. Now I wonder... a) Which database offers the better speed? b) How are the requirements if I want to use a SQL Server db (min. RAM, min. free hard disk space)? c) Are there differences in the SQL language between SQL Server and ACCESS? Thanks in advance for your help! Best Regards, HKSHK There are several editions of SQL Server, some of them free (MSDE, SQL
Server 2005 Express, etc.). Access works fine for small groups and standalone applications, but SQL Server scales better and it is a much better database. About requirements, see: http://www.microsoft.com/sql/prodinfo/sysreqs/default.mspx About SQL, SQL Server uses T-SQL and Access uses Jet-SQL. However, both of them understand ANSI SQL (for the most part), and depending on your access method (.NET, ODBC, OLEDB) they can understand ODBC syntax such as { oj ...} for outer joins or { fn ...} for functions. -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "HKSHK" <hk***@gmx.net> escribió en el mensaje news:1141221013.291053.83090@i40g2000cwc.googlegroups.com... > Hi guys, > > I am still struggling which database I should use... A friend of mine > suggested that I should use SQL Server rather than Access. Now I > wonder... > > a) Which database offers the better speed? > > b) How are the requirements if I want to use a SQL Server db (min. RAM, > min. free hard disk space)? > > c) Are there differences in the SQL language between SQL Server and > ACCESS? > > Thanks in advance for your help! > > Best Regards, > > HKSHK > Think about Access Projects. You get tge front end ease of access with the
backend power of sql. they work well together. Jack Show quoteHide quote "Carlos J. Quintero [VB MVP]" wrote: > There are several editions of SQL Server, some of them free (MSDE, SQL > Server 2005 Express, etc.). Access works fine for small groups and > standalone applications, but SQL Server scales better and it is a much > better database. > > About requirements, see: > > http://www.microsoft.com/sql/prodinfo/sysreqs/default.mspx > > About SQL, SQL Server uses T-SQL and Access uses Jet-SQL. However, both of > them understand ANSI SQL (for the most part), and depending on your access > method (.NET, ODBC, OLEDB) they can understand ODBC syntax such as { oj ...} > for outer joins or { fn ...} for functions. > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > "HKSHK" <hk***@gmx.net> escribió en el mensaje > news:1141221013.291053.83090@i40g2000cwc.googlegroups.com... > > Hi guys, > > > > I am still struggling which database I should use... A friend of mine > > suggested that I should use SQL Server rather than Access. Now I > > wonder... > > > > a) Which database offers the better speed? > > > > b) How are the requirements if I want to use a SQL Server db (min. RAM, > > min. free hard disk space)? > > > > c) Are there differences in the SQL language between SQL Server and > > ACCESS? > > > > Thanks in advance for your help! > > > > Best Regards, > > > > HKSHK > > > > > Hi,
The answer depends on your needs. Check out this post : http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/7b080b9035750344/ 2. SQL Server comes in various editions (again depending on your requirement), and each has different System Requirements. Check out : http://www.microsoft.com/sql/prodinfo/sysreqs/default.mspx 3. SQL Server uses Transact-SQL, which IMO is more powerful. Regards, Cerebrus.
Invalid Cast Exception using Inherited Object
DateTimePicker - Howto set the language String Concatenation PC to PC file transfer Save and Load a TreeView to SQL Database Referencing the Assembly GUID Client- Server Programming using VB.NEt & SQL SERVER Limit Columns shown from XML file OLE Container How to hide the dialog form? |
|||||||||||||||||||||||