Yunus is a simple "visual" script language. Yunus is obsolete (left in 2004). However this site exhibits many projects; you will find my other "PHP, VS.NET, Flash, Delphi" projects. eOgr is my second complete application after Yunus.
Tool for running and extracting sql scripts in MSSQL
Find this useful tool to run scripts or extracting inserts from a table on MSSQL.
Query execution runs each query separate, that is separated with a ";". The reason for this is because Views and Procedure creation expects to be executed separate from other queries which resulted in me having to run several queries 1 by 1 and thus resulted in me creating this tool.
Insert script creation can happen from a conditional query.
Tabdiff is a database tool to compare table data rows of two Oracle Tables. Source and destination Table do not have to be identical. Also the Table columns do not have to match. It can generate a update insert delete SQLScript. It can synchronize Table