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
 A Question About Database Applications with MS SQL

Author  Topic 

c_learner
Starting Member

1 Post

Posted - 2013-01-26 : 03:43:08
Hi people,

I would like to learn how to create database applications which store the data entered by multiple users, process the data, and provide the data as requested by the user. Is it possible to write such an application by using Microsoft SQL Server and Microsoft Visual C#?

I'm familiar with C, Fortran. I'm very good at Microsoft Access, but I have to admit that I am completely new to OOP.

I would appreciate if someone could tell me where to start. Which programming language should I learn first? Is there any particular book you can advise?

Thanks.

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2013-01-26 : 05:59:32
As well as learning C# and how to interact with SQL Server, I would suggest learning t-sql , there are many tutorials on the internet. I would also learn how to read Execution Plans - the Execution Plan will help you to see what is going on and assist in writing better queries.


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

- Advertisement -