Reading two books at once
jbrown414
Member Posts: 230
I'm currently working on my MCDBA. I need one more test to obtain it and I'm reading a C# book since I will use 70-528 as my MCBDA elective. I also want to make sure I keep SQL fresh in my mind. Would it be difficult to read a SQL book and C# book at the same time?
Comments
-
tiersten Member Posts: 4,505Assuming you can handle that much info then no, it shouldn't be too bad since C# and SQL don't look anything like each other.
-
zen master Member Posts: 222At uni, most people do courses in databases and programming in the same semester, so I don't see why it should be that much of a problem if you have enough free time to get the work done.
-
jbrown414 Member Posts: 230Sounds good. I just don't want the sql knowledge to get pushed out by the C# stuff as I don't currently use sql on a day to day basis.
-
JDMurray Admin Posts: 13,093 Adminjbrown414 wrote:Sounds good. I just don't want the sql knowledge to get pushed out by the C# stuff as I don't currently use sql on a day to day basis.
By the way, there are plenty of C# projects that involve writing embedded SQL, so needing to know and use both languages is rather common.