Tag Archives: Database Name

SQL: Select

Assume that we have a table named MyTable and it contain 4 column named ID, Name, Date and City. Today, I will show some SQL Select command that might useful to SQL Administrator daily task. 1) SELECT * FROM MyTable … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

MySQL Useful Command

If you are the database administrator, today post will help you to mange your server easily. mysqladmin ping -check whether the server is alive mysqladmin status -display a short server status message. mysqladmin variable -display the server system variables and … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database | Tagged , , , , , , , , , , , , , | Leave a comment

Restore MySQL database with MySQLdump

MySQL database is one of the famous database engine used from the IT world. To you might have a question such as how to move the current hosted database to another server? Actually it is very easy through the command … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database | Tagged , , , , , , , , , , , , , , , | 1 Comment

How to repair your MySQL databases

If you are using MySQL databases as your database engine, you surely ever get the error message as below if your database grown day by day. Table "table" is marked as crashed and should be repaired. To understand MySQL database … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database | Tagged , , , , , , , , , , , , , | 1 Comment

Schedule backup for MSSQL to remote computer

If you familiar with MSSQL maintenance plan and ever configured backup through this tool and you should know that to backup the MSSQL database to remote computer, you have to configure Log On setting from services. Okay, today we assume … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database, Microsoft Windows | Tagged , , , , , , , , , , , , , , , | Leave a comment