Database tutorials
Oracle: How to Create a Copy of Table Data
contributed by Vishwanath Dalvi on December 7, 2011 under OracleKnowing how to copy existing table data is beneficial to any DBA. This tutorial will demonstrate how to copy an existing table’s data into a new table. Examples with walkthrough explanation are provided.
Oracle: How to Create an Auto Increment Field Using Sequence
contributed by Vishwanath Dalvi on December 5, 2011 under OracleIn Oracle, you can create an auto increment field using ’sequence’ database object that can be assigned as primary keys. Using Oracle ’sequence’ object, you can generate new values for a column. An Oracle sequence is an object like a table or a stored procedure. Examples with walkthrough explanations are provided.
SQL Server 2008/2008 R2: Move tempdb to Improve Performance
contributed by Rob Rogers on November 4, 2011 under DatabaseBy default, tempdb is placed on the same drive that SQL Server is installed on. This can impair performance as tempdb is frequently used to store temporary tables and objects. If the hard drive is being accessed for other functions, it can result in sluggish performance by the database as well as any software that is using the database. For optimum performance, tempdb should be on a SATA drive instead of an IDE drive and should not be on the same drive as the SQL Server software or the operating system (boot drive).
MySQL: How to get row number order
contributed by Vishwanath Dalvi on October 1, 2011 under Database, MySQLThese directions walk through how one can displaying the row number order/rank for result set obtained from executing a sql query. An example with walkthrough explanation is provided.
SQL Server: How To Find Duplicate Records
contributed by Rob Rogers on October 13, 2009 under DatabaseWhen checking the integrity of your data, it may be necessary to check your tables for duplicate records. By grouping these records, you can eliminate the unique records from your result set so that you can view just the records that contain duplicated values, making it easier to remove them.
SQL Server 2005: How to Reset a Forgotten Password for the sa Account
contributed by Rob Rogers on December 22, 2008 under DatabaseIf you’ve forgotten the sa password for your SQL server, you are probably in a panic. Fear not, for you can reset the password and once again have access to the powers of the sa account by using the query window in the Management Studio.
SQL Server 2005: Locating Stored Procedures that Contain a Keyword
contributed by Rob Rogers on December 4, 2008 under DatabaseMaking changes to a database that has been created by a third pary can be a difficult task, especially when you don’t want to break any of the existing stored procedures. You can search the database’s stored procedures for keywords to find which procedures use a keyword that is involved in your change. This makes it much easier in identifying these procedures so you can make the appropriate changes.
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






