Installing MySQL Server on CentOS
MySQL is the commonly used relational database system when developing websites using PHP although it can be used with just about any other language including ASP, VB.NET, C#, C++, Python, and even ROR. By default on install MySQL provides its own command line tool for accessing and manipulating its databases and tables. There are also [...]
Microsoft SQL Server DTS Packages
DTS packages were discontinued with the release of MS SQL Server 2005 and replaced with “SQL Server Integration Services” but some organizations still make use of SQL Server versions previous to 2005. DTS packages allow for the transformation and transfer of data from one database server to another or from one database to another database [...]

