Related Articles
MSSQL Admin Tools
I would like to manage my MSSQL database. How can I do this? On some of our MSSQL servers we have installed a tool called MyLittleAdmin. This web application allows you to edit your database, back it up and restore it from a backup (MSSQL 2005 & 2008 ...
MSAccess to MSSQL
I would recommend that you import your MS-Access database into a sole MSSQL database (as MS-Access is now considered obsolete anyway) you can use any of the following ways; ...
Shrink mssql db with mylittleadmin
How to truncate mssql logfiles using mylittleadmin: 1) login into mylittleadmin 2) Select the Tools option 3) Under Tools click on : Shrink Database 4) Select your database 5) Under the option “Currently allocated space”, change the value with a ...
Shrink mssql db with mylittleadmin
How to truncate mssql logfiles using mylittleadmin: 1) login into mylittleadmin 2) Select the Tools option 3) Under Tools click on : Shrink Database 4) Select your database 5) Under the option “Currently allocated space”, change the value with a ...
Redirect non www domain to www in classic asp
If you are running your site on classic .asp, on a IIS 6 web server. Here is a method you can use to forward all non www. requests to www.example.com. Create a new file for example named: redirect.asp | and insert this code into the file redirect.asp ...