Results 1 to 13 of 13

Thread: After Access and SQL Server, need I learn others still?

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: After Access and SQL Server, need I learn others still?

    The more the better.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  5. #5
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    Re: After Access and SQL Server, need I learn others still?

    Quote 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

  6. #6
    Hyperactive Member
    Join Date
    Jul 2005
    Location
    In A House :)
    Posts
    291

    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"--

  7. #7

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: After Access and SQL Server, need I learn others still?

    Quote Originally Posted by capsulecorpjx
    Teradata is very popular.
    Only heard it first time in this thread.

    Quote 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?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  8. #8
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    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

    Quote 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

  9. #9
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: After Access and SQL Server, need I learn others still?

    Quote 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?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  10. #10
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    Re: After Access and SQL Server, need I learn others still?

    Quote 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

  11. #11
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: After Access and SQL Server, need I learn others still?

    Quote 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!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  12. #12
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    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.

    Quote 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

  13. #13
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    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
  •  



Click Here to Expand Forum to Full Width