Get List of Last Changed Stored Procs in SQL Server
Sometimes when you have created/updated several stored procs in your database in SQL Server and you only need to transfer the changed ones to another […]
Sometimes when you have created/updated several stored procs in your database in SQL Server and you only need to transfer the changed ones to another […]
Generally, when you assign specific access rights for particular Windows users to a web folder in IIS, you expect files created in that folder to […]
How to import a large sql file into mysql when phpmyadmin has hit it’s 5 or so megabyte limit? This is a common problem so […]
The age-old debate between PHP versus ASP.NET is not really what I am trying to get into here. I am also not trying to talk […]
IE seems to freeze or take a long time to render a page if there are more than 2 or 3 CKeditor textareas in the […]
Since PHP is a loosely typed language, it provides great flexibility in creating variables and objects at runtime without having to specifically declare them first. […]
PHP provides the fgetcsv function to automatically import values from a csv file. However it does not consistently work with cases where the starting of […]
Installation For Windows: To update your PEAR installation, request http://pear.php.net/go-pear in your browser and save the output to a local file go-pear.php. Assuming you have […]
We have now adoped Selenium for automated web application testing. This increases the quality level of our software and generates better confidence for our clients.
1.Install it from the ports cd /usr/ports/ftp/vsftpd make config make install clean 2.Edit the vstfpd.conf file in /usr/local/etc/vsftpd.conf to customize the settings 3.To run it […]
Copyright © 2024 | WordPress Theme by MH Themes