Database tutorials
MySQL: Increment an exisitng value
contributed by qmchenry on February 24, 2007 under MySQLThis slick MySQL syntax allows you to increment or decrement an existing number in a table without first having to read the value. This is a nice way to increment an access counter.
SQL Server 2005: The Copy Database Wizard
contributed by Rob Rogers on February 8, 2007 under DatabaseThe Copy Database Wizard is a very valuable asset when you are wanting to copy or move a database and its objects to another server. To utilize this functionality…
SQL Server 2005: How To Restore a Database from a Backup
contributed by Rob Rogers on February 7, 2007 under DatabaseYour database is down, your users are in a panic, what do you do?. If you have been performing routine backups of your database, you can restore it to the point of the most recent backup. To restore your database, follow these steps:
SQL Server 2005: How To Perform a Full Backup of a Database
contributed by Rob Rogers on under DatabaseA full backup includes database files and locations as well as parts of the transaction log. A full backup is necessary, regardless of the backup strategy that is implemented, because all other backup types (differential and transaction log) depend on the having a full backup. To perform a full backup of your database, follow these steps:
SQL Server 2005: Enforce Password Policy and Expiration
contributed by Rob Rogers on February 6, 2007 under DatabaseUtilizing password policy and expiration can better secure your server and better protect the valuable data in your database. To enforce password policy and expiration for a login, follow these steps…
MySQL: Use CONCAT to include text in SELECT results
contributed by qmchenry on January 31, 2007 under MySQLThe CONCAT function in MySQL allows SELECT statements to act like printf commands by mingling text and query results together.
SQL Server 2005: How To Set Up Database Mail
contributed by Rob Rogers on January 24, 2007 under DatabaseSQL Server used to rely on SQL Mail to for email capabilities. This was a pain as it required you to install a MAPI mail client onto your server. SQL Server 2005 has done away with this and now uses Database mail which relies on using your SMTP server instead of a mail client to send out email. You can set up Database Mail by following these instructions…
RECENT POPULAR RECIPES
- SQL Server 2005: How To Restore a Database from a Backup
- SQL Server 2005: Move tempdb
- SQL Server 2005: Easily Grant Select to All Tables and/or Views in a Database
- SQL Server 2005: How to Reset a Forgotten Password for the sa Account
- SQL Server 2005: How to Attach (or Reattach) a Database Missing the LDF
- SQL Server 2005: What Service Pack is Installed?
- SQL Server 2005: The Copy Database Wizard
- SQL Server 2000 - Find Database Language
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer







