Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 which general and which DB specific languages

Author  Topic 

Vento
Starting Member

2 Posts

Posted - 2012-04-21 : 19:05:41
I have started to learn C# as my first programming language and will start studying SQL as well later this year. I remember faintly a few things about SQL and relational DBs, although most of the little I used to know I have already forgotten. I was browsing some job adverts and quite a few had C# and SQL as requirements when work related to DBs. Is C# suitable general programming language when working with databases or should I move on quickly studying some other language specially meant for DB after learning the basics of C# ? ( I would still learn SQL as a main thing but should I replace C# with some DB specific languages at the beginning. Any ideas?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-04-21 : 19:11:35
c# is an application language,not db specific query language. DB specific language is sql (structured query language) which has different implementations in different rdbms like t-sql for sql server,pl sql for Oracle etc

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2012-04-21 : 19:13:00
C# is an excellent choice and learning SQL is also a good thing. Keep in mind that they both accomplish different things and therefore have different programming paradigms, i.e. one will not readily translate to the other.
Go to Top of Page

Vento
Starting Member

2 Posts

Posted - 2012-04-21 : 19:23:20
Like Visakh mentioned I could learn "t-sql for sql server,pl sql for Oracle" and C# is an application language. Just want to know why on job application C# is mentiones , not Java+SQL, C++ +SQL, Python+ SQL as C# is couples with SQL. Is this just a coincidence that SQL a/nd C~ is mentiones so often, If not what benefits C# could offer compared to other more general languages
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2012-04-22 : 09:48:20
If you want to progress as Production DBA - some other options are Powershell and Shell

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page
   

- Advertisement -