By R Teachout on 9/17/2008 11:58 PM
Determine the MTU Size Limits of the full path of an internet route Read More » |
By R Teachout on 9/17/2008 10:33 PM
Can't figure out how to Activate Windows 2008 Server - If you installed from a Volume License CD, it never prompted you for the license key, so it will not activate. Here is how to change the Product Key & then Activate the server.. easy!
(I've also included a number of other common activation stages you can "jump" to - and a shortcut on how to activate a windows 2008 core installation) Read More » |
By R Teachout on 9/15/2008 10:43 PM
how to use gdb to debug something in asterisk (I used this to help the chan_sccp_b developers to find a bug in the module unloading/loading process Read More » |
By R Teachout on 9/14/2008 2:04 PM
Force Windows to recheck and fix any "Windows File Protection" files - just a reminder of sfc commands Read More » |
By R Teachout on 9/14/2008 2:03 PM
Find Windows netstat port usage by Process id/name Read More » |
By R Teachout on 9/12/2008 9:48 AM
Just a "hack" way to fix this issue, without restarting the entire machine. Read More » |
By R Teachout on 9/9/2008 12:09 PM
Here is the quick how-to on easily installing NLB (which is no longer installed by default in 2008) Read More » |
By R Teachout on 8/22/2008 5:29 PM
I needed to disable AJAX on the profile pages in DNN due to a 4.8 bug, but I was using ajax in lots of other places, and didn't want to turn it off everywhere, so heres the fix. Read More » |
By R Teachout on 8/11/2008 3:34 PM
A must have list for sysadmins that are (or will) be managing IIS7.. a blog entry from the IIS7 Team Read More » |
By R Teachout on 8/7/2008 2:15 PM
I regularly have to look this up, so it was time to blog it! Read More » |
By R Teachout on 7/8/2008 3:02 PM
Web Deployment Team released the Beta 1 version of the deployment tool! If you're not familiar with the tool already, it is here to help you keep sites or servers in sync with IIS6 or IIS7, as well as migrate from IIS6 to IIS7 Read More » |
By R Teachout on 7/3/2008 8:49 AM
Hate the vbs scripts that output results, and when you run them from wscript, you have to click 'OK' a few hundred times? Ensure it is running from cscript with this little bit of code. Read More » |
By R Teachout on 7/3/2008 1:50 AM
Just a quick way to find the number of rows in all of your tables. Read More » |
By R Teachout on 7/3/2008 1:43 AM
Recommended steps to migrate a database from SQL 2000 to SQL 2005 Read More » |
By R Teachout on 7/3/2008 1:30 AM
SELECT DAY(DATEADD(d, -DAY(DATEADD(m,1,GETDATE())),DATEADD(m,1,GETDATE()))) Read More » |
By R Teachout on 7/3/2008 1:23 AM
Ever wonder how to put a mssql table into RAM after it has been read? Read More » |
By R Teachout on 7/2/2008 3:04 AM
For years I have used a script that I had to manually add the ADO user to, and then run it on a database, take the results, and then execute them. I finally got fed up with this, so I wrote a script I could use to automatically just run after I added a Stored Procedure, Function or User to a database, and have it just fix everything.
SLICK! Read More » |
By R Teachout on 6/27/2008 10:06 PM
How to Find Orphaned Users on a database
use database; exec sp_change_users_login 'Report'Read More » |
By R Teachout on 6/27/2008 9:59 PM
Ever need to immediately disconnect users on a database, such as when running a Database Restore? Here's a quick trick. Read More » |
By R Teachout on 6/27/2008 7:14 PM
Need to transfer your users from SQL2000 to SQL2005? Here's howRead More » |
By R Teachout on 6/27/2008 5:56 PM
Useful with a combination of some other scripts I have in blog entries. I found this online, so I can't take credit for this, but I swear I at least had started the same type of script before I googled..Read More » |
By R Teachout on 6/27/2008 4:54 PM
Useful when transferring all databases from one SQL server to another.Read More » |
By R Teachout on 6/27/2008 4:46 PM
Useful when transferring all databases from one SQL server to another.Read More » |
By R Teachout on 6/24/2008 10:22 PM
(Switch between running 32-bit applications and 64-bit applications in IIS on a 64-bit version of Windows)
Also: switch between the 32-bit version of Microsoft ASP.NET 1.1 and both the 32-bit version and the 64-bit version of ASP.NET 2.0 on a 64-bit version of Microsoft Windows. Read More » |
By R Teachout on 6/24/2008 9:04 PM
Have you ever faced the problem of assigning more than 8000 characters to varchar data type or more than 4000 characters to nvarchar data type?Read More » |