4 Rapid Development
Last 3 stories View All
Check Free Disk Space On Linux April 1, 2013, 4:49 p.m.
To check free disk space on Linux system, we can use df command as below. Note that, this command is executed on Amazon EC2 environment. Examples – Check free disk space on Linux df -k [ec2-user@ip-10-130-166-147 ~]$ df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/xvda1 8256952 6972096 1200984 8...
Count Total Rows For All Tables In MS SQL Server April 1, 2013, 4:49 p.m.
This SQL script below will count and display list of table name along with total rows for all tables in a specified MS SQL Server Database. Instead of using: SELECT COUNT(*) FROM TABLE_NAME … for each table in the database, we can query the system tables as below: SELECT sysobjects.Name AS TableName, sysindexes.ROWS AS TotalRows FR...
Magnanimous Magento – Why it is so popular! April 1, 2013, 4:49 p.m.
Magento is an open source ecommerce web application. It was launched on March 31, 2008. Magento Inc. (erstwhile Varien) developed Magento with the help of programmers from the open source community (rights retained by Magento Inc.). The Zend Framework was used to build it. Years after its development, it still continues to be the favourite ecommer...
language: English
category: Lifestyle
Accumulate and share your experience


