I am trying to build a database using visual studio. But i saw that you can also use SQL server to do the job with stored procedures. Is it worth learning SQL server 2005 and stored procedures or can i code SQL straight to the sqlCommand when insert or select data?
Share
It is better to learn new things. So you must learn SQL Server and STORED PROCEDURE because writing stored procedure is must to learn for a programmer.