Tag Archives: Database Administrator

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

Posted in Database | Tagged , , , , , , , , , , , , , | View Comments

7 New DataTypes for SQL Server 2008

For a database administrator , please aware that SQL Server 2008 will now have new datatypes as below are the list. DATE – ANSI-compliant date data type TIME – ANSI-compliant time data type with variable precision DATETIMEOFFSET – timezone aware/preserved … Continue reading

Posted in Database | Tagged , , , , , , , , , , , , , , | View Comments