How To Guides, Useful tips »

I just got a question from one of our reader about the difficulty in copying the database table data from Godaddy server to local (Home PC) database table. Yes, it is not straight forward and you need to tweak some things to copy it.

The user also contacted GoDaddy support for help but could not get a satisfactory response.

I just looked into it and found this simple hack that can be used to copy data to your local database table. Although, this is not the best method but it works for your modest needs of copying data as there is no other reliable method is available. [More]

Technology, Useful tips »

We can use the sp_spaceused stored procedure available on GoDaddy's SQL Server intallations to find out exactly how much disk space is currently being used by a database. If we simply execute this stored procedure without passing any parameters, it returns the following 2 result sets [More]

Technology, Useful tips »

Developing your own website and want to implement asp.net membership? asp.net membership is a feature provided by Microsoft which provides all the code and database schema readily available for implementation. Follow these steps to create the asp.net membership schema in your SQL server database. [More]