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.
| 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 MVPhttp://visakhm.blogspot.com/ |
 |
|
|
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. |
 |
|
|
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 |
 |
|
|
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 ShellJack Vamvas--------------------http://www.sqlserver-dba.com |
 |
|
|
|
|
|