|
-
Jul 18th, 2005, 03:33 AM
#1
After Access and SQL Server, need I learn others still?
I already know Access and SQL Server, is it necessary for me to learn other database systems also to boost my resume? Maybe MySQL, Oracle, Sybase, etc?
-
Jul 18th, 2005, 04:14 AM
#2
Re: After Access and SQL Server, need I learn others still?
-
Jul 18th, 2005, 06:14 AM
#3
Re: After Access and SQL Server, need I learn others still?
Oracle for sure and SyBase wouldn't hurt.
If you are positioning yourself to become a developer in either a commerical software company, or a mainstream corporation, I'm not sure how much MySQL is going to help. I've never encountered its use in a large company.
-
Jul 18th, 2005, 11:33 AM
#4
Re: After Access and SQL Server, need I learn others still?
I think Hack is right, Oracle and MS SQL are the two big names. So if you know those that should cover most of the desired skills.
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 18th, 2005, 12:59 PM
#5
Hyperactive Member
Re: After Access and SQL Server, need I learn others still?
 Originally Posted by RobDog888
I think Hack is right, Oracle and MS SQL are the two big names. So if you know those that should cover most of the desired skills.
Teradata is very popular.
I suggest: MS SQL Server, Teradata, and Oracle.
MySQL is good as a starter in being a DBA (software is free).
But really nobody cares if you say you know a technology in your resume, they only care if you have working experience.
Try to get a job, where a database system is secondary as your job function, and then you can put that on your resume.
"I like to run on treadmills, because at least I know I'm getting nowhere."
- Me
-
Jul 18th, 2005, 03:14 PM
#6
Hyperactive Member
Re: After Access and SQL Server, need I learn others still?
former dba, currently .net developer, mssql, and oracle...
unless you want to either make people think your old, or only work in niche areas.
if your going into medical field, cache.
we use cache, i translate it into sql server then make reports out of it...
fwiw
--"Tap Dancing On The Brittle Edge Of Sanity"--
-
Jul 18th, 2005, 08:13 PM
#7
Re: After Access and SQL Server, need I learn others still?
 Originally Posted by capsulecorpjx
Teradata is very popular.
Only heard it first time in this thread.
 Originally Posted by capsulecorpjx
But really nobody cares if you say you know a technology in your resume, they only care if you have working experience.
Try to get a job, where a database system is secondary as your job function, and then you can put that on your resume.
Well, I am a programmer now, we are currently using Access but will be planning to migrate our database to SQL Server once we finish our system (it is our IT Manages decision); and I have made one app which uses SQL Server as its back-end.
What interest me with MySQL is that whenever I stumbled into freelance programming sites most of the projects posted needs MySQL, is it because it is web-based?
-
Jul 19th, 2005, 11:00 AM
#8
Hyperactive Member
Re: After Access and SQL Server, need I learn others still?
No Database is "web-based" or web-specialized. The basic function a database has is to store, process and return data based on SQL queries.
If you want a "web-based" function, you need to set up a web server to connect to that database.
It pretty much works like MS SQL Server in that its a database RDBMS.
MySQL works mostly on Unix/Linux, and from my experience, its mostly administered and controlled via commandline.
There is also a version of MySQL on Windows I think, but I haven't worked with it.
Anyway the primary reason MySQL is popular is because it is FREE.
Many small to medium sized companies use it, especially for web applications:
Here is a web server setup where the software is completely FREE:
OS: Linux
Web Server: Apache Web
Database RDBMS: MySQL
 Originally Posted by dee-u
Only heard it first time in this thread.
Well, I am a programmer now, we are currently using Access but will be planning to migrate our database to SQL Server once we finish our system (it is our IT Manages decision); and I have made one app which uses SQL Server as its back-end.
What interest me with MySQL is that whenever I stumbled into freelance programming sites most of the projects posted needs MySQL, is it because it is web-based?
"I like to run on treadmills, because at least I know I'm getting nowhere."
- Me
-
Jul 19th, 2005, 11:04 AM
#9
Re: After Access and SQL Server, need I learn others still?
 Originally Posted by capsulecorpjx
Anyway the primary reason MySQL is popular is because it is FREE.
But when it's used for commercial purposes it does cost money - right?
-
Jul 19th, 2005, 11:12 AM
#10
Hyperactive Member
Re: After Access and SQL Server, need I learn others still?
 Originally Posted by szlamany
But when it's used for commercial purposes it does cost money - right?
Nope, its open source software, just like LINUX.
Costs nothing, and is actually quite good even for medium companies.
But if your business is large, you usally use Oracle or DB2.
Teradata is used for storing huge amounts of data. It is specialized in Data Warehousing. Oracle and DB2 I think store a fair amount of data, but is used more for transactions (update to the data, etc.)
Here is a demo CD for Teradata you can order, if you want to learn.
Its fully functionaly, just limited to 1 GB of data.
http://www.teradata.com/t/go.aspx/index.html?id=44749
Last edited by capsulecorpjx; Jul 19th, 2005 at 11:22 AM.
"I like to run on treadmills, because at least I know I'm getting nowhere."
- Me
-
Jul 19th, 2005, 11:41 AM
#11
Re: After Access and SQL Server, need I learn others still?
 Originally Posted by capsulecorpjx
Nope, its open source software, just like LINUX.
Costs nothing, and is actually quite good even for medium companies.
That seems to be a common misperception.
It does cost money...
http://www.mysql.com/company/legal/licensing/
It's only free if you make your own software free!
We don't do that here - we use MS SQL Server and promote it greatly to our customers and anyone else who will listen!
-
Jul 19th, 2005, 11:49 AM
#12
Hyperactive Member
Re: After Access and SQL Server, need I learn others still?
lol
Then a small company I used to work for is breaking that license.
I think they have that misconception also.
Cause I know their web app over the MySQL database is not open source.
 Originally Posted by szlamany
That seems to be a common misperception.
It does cost money...
http://www.mysql.com/company/legal/licensing/
It's only free if you make your own software free!
We don't do that here - we use MS SQL Server and promote it greatly to our customers and anyone else who will listen!
"I like to run on treadmills, because at least I know I'm getting nowhere."
- Me
-
Jul 19th, 2005, 12:09 PM
#13
Hyperactive Member
Re: After Access and SQL Server, need I learn others still?
I dont know if you agree, much better if you learn the bigger database application. Like Oracle's business app, financing, inventory, etc, etc.
& SAP just like bigger company used.
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
|