| Login

Search this Blog


Links I like to keep around


Here are the most recent postings to this blog. Use the archive calendar or search to find other entries.
Author:R TeachoutCreated:6/15/1999 6:20 AM
Ramblings, SQL Scriptlets, VBS Scriptlets, Linux Stuff, and more!

set VAR=%VAR:/=-% would replace any / with - in a variable..

Read More »

Found this article, and have had to search this out each time, so this time I'm blogging it so I don't have to find it again.. besides, others may like it.. How To Add the "Export To Excel" option To Internet Explorer if it isn't there, but excel is installed.

Read More »

For example a service left over rootkitreveler or psexec service like ASHDBDK linked to a non-existant temp file in the users temp directory (sysinternals services) using SC

Read More »

SET UtilPath=%~dp0

Read More »

Redirects output of command line tools to the Windows clipboard. This text output can then be pasted into other programs.

Read More »

Here's a quick how-to (for those technically inclined) on: How to Get the Current Activity for a Single Database (SQL2000) when running as a DBO not as a sysadmin

Read More »

Great for queries where you need > date < date results..

Read More »

This procedure generates INSERT statements using existing data from the given tables and views. Later, you can use these INSERT statements to generate the data. It's very useful when you have to ship or package a database application. This procedure also comes in handy when you have to send sample data to your vendor or technical support provider for troubleshooting purposes.

Read More »

Ex: MRTG Calculation on a switch port showing the BW rate, to determine the GB Equivalent amount of Data Transfer.

Read More »

To Load from a Text File into MSSQL

Read More »

Custom Module Developer

Read More »

Closes the current error log file and cycles the error log extension numbers just like a server restart. The new error log contains version and copyright information and a line indicating that the new log has been created. MSSQL.1\MSSQL\LOG\ERRORLOG

Read More »

Shared servers usually have many databases belonging to different customers, and MS SQL Server Management Studio (SSMS) will display all those databases when used by a valid login to connect to SQL Server 2005. If you seek to change that default behavior, you can do so with a SQL Server 2005 configuration change.

Read More »

This command line tool enables an administrator to display the MAC address for one or more network adapters on a system.

Read More »

Javascript Zoom when Mouse Scrollwheel is used over an image...

Read More »

This allows you to set the permissions on all of the stored procedures (except the built-in ones) on a database.. great after a SQL Recovery

Read More »

Simple 4 line script excellent for scheduled tasks to open a webpage to run some automated process (such as admin processing)

Read More »

Pricing for SQL Server 2005 - Retail Pricing, for Reference... this puts the monthly price of MSSQL SPLA into perspective.

Read More »

a tool for SQL Server 7.0/2000/2005 database administrators and developers to generate data scripts in a valid T-SQL format which can be executed in Query Analyzer.

Read More »

Just to keep this around

Read More »

Great script I found online.

Read More »

The best Linux Web administration project!!!

Read More »

EXEC sp_dboption 'db_name, 'single user', 'FALSE'

Read More »

use dbname execute sp_changedbowner [user]

Read More »

Reporting the amount of physical hard disk space used by each virtual machine.

Read More »


To err is human - and to blame it on a computer is even more so.
-Robert Orben

Inspired by Nina