| Teradata Releases New Database Features |
| Todd Walters introduced the new release - 13.10. Not every feature is equally interesting to me but a couple were important to note:
One of the key features in the new database release is the support for temporal tables. Default for a temporal...
|
| Read
More... |
|
| MySQL Incremental Backup |
| Best practices encourage SQL administrators to have a system in place to automatically and routinely backup their database. Let's take a look at a line of Joe Sysop's crontab file:
30 15 * * 3,5 mysqldump --user=user --password=pass...
|
| Read
More... |
|
| Using MySQL Workbench To Copy, View, Edit... |
| This guide is designed to be used for Linux desktops and servers. For best results, use the same Linux version for the desktop as is installed on the server.
To quote the authors:
MySQL Workbench is a cross-platform, visual database design... |
| Read
More... |
|