Today I was just thinking about to know what is the difference between sql server vs.. other DBMS/RDBMS. so thought of documenting this.searched on net and found some very interesting links….
All RDBMS... Very good:
http://troels.arvin.dk/db/rdbms/
Comparison MS Sql Server with Other DBMS/RDBMS
http://www.mssqlcity.com/Articles/Compare/Compare.htm
>>MS Sql Server VS Oracle:
http://nocoug.org/download/2004-05/BegSQL.ppt
http://www.alinean.com/PDFs/Alinean-MicrosoftAndOracleTCAStudy.pdf
----- so many sites has this info.
I like this...
http://www.infoworld.com/d/data-management/real-difference-between-sql-server-and-oracle-755
>>MS Sql Server VS DB2
http://download.microsoft.com/download/a/4/7/a47b7b0e-976d-4f49-b15d-f02ade638ebe/ComparingSQLServer2005andDB28.2_DevelopmentProductivity.doc
>>MS sql server vs Informix
http://forums.databasejournal.com/showthread.php?t=19408
>>MS sql server vs. mysql (old).....
http://www.tometasoftware.com/mysql_vs_sqlserver.asp
>>Sql server VS PostgreSql
http://www.postgresonline.com/journal/index.php?/archives/130-Cross-Compare-of-PostgreSQL-8.4,-SQL-Server-2008,-MySQL-5.1.html
http://www.petefreitag.com/item/5.cfm
http://searchoracle.techtarget.com/tip/0,289483,sid41_gci1222615,00.html
Please share something if you have any.
Thanx.
Vinay
twitter @ThakurVinay



Subscribe to this blog
Briefcase
Print
Posted by annastenkvist on 18 April 2010
great info--thanks
Posted by mcsa on 30 May 2010
When you create trigger for insert and delete we will get two reference table as “inserted” and “deleted” respectively now what if we create a <a href="http://www.mcsaclass.com">mcsa</a> trigger for “update” on trigger, your answer might be we will get reference table “updated” :-) …. NO their is no updated table in trigger.