Category Archives: Code Snippet

Handy Tricks

Some tricks from my latest trials Changing Keyboard Layout: You can download one of the prebuilt Linux VM for two reasons – either you are in a time crunch or just lazy to create your own. Whatever may be reason, … Continue reading

Posted in Code Snippet | Tagged , | Leave a comment

Measuring Databases

Measuring the first V – Volume of big data becomes critical and essential. Here are some samples in the technologies I’ve worked on. SQL Server sp_helpdb ‘database_name’ – returns the size of data and log files of a database sp_spaceused … Continue reading

Posted in Code Snippet | Tagged | Leave a comment