Ubuntu Debian Linux useful commands
Updated: 2015-09-08
Updated: 2015-09-08
Today I wanted to download a file using Http protocol but before that determine its size. First aff all I open an Http connection and get file size using Con...
Today I wanted to retrieve the selected system language from PowerBuilder 10. To accomplish that I had to do some search in the web. After a long period I fo...
Today I am going to show you how do we obtain schema information in SQL Server 2005/2008. If you want to select all table names from a specific schema you ne...
Today I want to truncate ( delete all table data) in a large SQL Server database instance. Plain delete statements are not going to work as there is a big nu...