Recent Posts

Java get file size and download using HTTP

4 minute read

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...

PowerBuilder 10 Get and Set System Language

1 minute read

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...

SQL Server Select Table information

less than 1 minute read

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...

SQL Server Truncate All Table Data

1 minute read

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...