Search by tag «knowledge»
Entries found: 20
How do you clear the transaction log in a SQL Server 2005 database?
Here is a simple and very inelegant way. Through SQL Management Studio 2008: Log on the server Backup DB Detach DB Rename Log file Attach ...Read More
How to find the version of SQL installed
Launch SQL Server 2005 Configuration Manager from Microsoft SQL Server 2005 à Configuration Tools menu. Click on SQL Server 2005 Services and the right pane ...Read More
Forgot the SA password in Sql Server 2005
In general if you forgot SA password or if the SA account is disabled these are the options to login into SQL Server 2005 and ...Read More
Build a Home FTP Server with FileZilla
Upload and download files on your home PC from anywhere by turning it into a personal FTP server. With a home FTP server, you can ...Read More
.htaccess Files for the Rest of Us
.htaccess files are used to configure Apache, as well a range of other web servers. Despite the .htaccessfile type extension, they are simply text files that ...Read More

