Databases

Home»Software»Databases

Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005

When database system administrator installs Microsoft SQL Server 2005 and creates a few database engine instances, there will [...]

By |2019-12-18T01:00:20-08:00Modified: December 18, 2019October 14th, 2007|Categories: Databases|Tags: , |7 Comments

How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile

Accident may happens, even though it's costly one. This is especially the case in Oracle database, which stores [...]

By |2020-05-22T11:50:06-07:00Modified: May 22, 2020August 4th, 2007|Categories: Databases|Tags: , |19 Comments

MySQL Error 1170 (42000): BLOB/TEXT Column Used in Key Specification Without a Key Length

When creating a new table or altering an existing table with primary keys, unique constraints and indexes, or [...]

By |2020-05-15T01:39:18-07:00Modified: May 15, 2020July 9th, 2007|Categories: Databases|Tags: |20 Comments

Remove or Trim First or Last Few Characters in MySQL Database with SQL

Another useful string function in MySQL database is TRIM() which will return a text string after removing the [...]

By |2020-09-05T21:48:50-07:00Modified: September 5, 2020April 23rd, 2007|Categories: Databases|Tags: , , |7 Comments
Go to Top