Monday, August 27, 2012

Additional info for RRL

http://www.databasejournal.com/features/postgresql/article.php/3288951/PostgreSQL-vs-MySQL-Which-is-better.htm

http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL

http://facility9.com/2011/12/ten-reasons-postgresql-is-better-than-sql-server/

http://facility9.com/2011/12/ten-reasons-postgresql-is-better-than-sql-server/

Wednesday, August 1, 2012

Applied Sql Server CRUD Stored Procedure

Based on the inspiration on a thesis last year. this topic helps developers to optimize the use of database via C#.. With the combination of CRUD and Stored Procedure has security that can prevent sql injection.

http://en.wikipedia.org/wiki/Stored_procedure

http://searchoracle.techtarget.com/definition/stored-procedure

http://databases.about.com/od/sqlserver/a/storedprocedure.htm

http://www.sql-server-performance.com/2003/stored-procedures-basics/

http://www.databasejournal.com/features/mssql/article.php/3082201/Implementing-CRUD-Operations-Using-Stored-Procedures-Part-1.htm

http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/

http://stackoverflow.com/questions/274411/do-stored-procedures-really-boost-performance-in-ms-sql-net

http://searchsqlserver.techtarget.com/news/1052737/Why-use-stored-procedures

http://searchdatamanagement.techtarget.com/definition/CRUD-cycle

http://social.msdn.microsoft.com/forums/en-US/architecturegeneral/thread/c6864235-5645-4632-93be-15d4d9bd286d/

http://developtime.blogspot.com/2012/04/performing-crud-operations-with-stored.html

http://sqlblog.com/blogs/paul_nielsen/archive/2009/05/09/why-use-stored-procedures.aspx