| 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
Just some stuff I find or create that may be useful later.

Exception from HRESULT: 0xC0010014 (Microsoft.SqlServer.DTSRuntimeWrap)

Read More »

Search error log for "Return value 3" and trace to find out what you're missing, then install that, then go with it.

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 »

To Load from a Text File into MSSQL

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 »

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 »

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 »

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

Read More »

use dbname execute sp_changedbowner [user]

Read More »

Copy / synchronize directories / folders

Read More »

Ran upgrade, got the error: Cannot find folder "\Maintenance Plans". Here's how to fix it.

Read More »

Have a lot of databases? Use these scripts to change all db's to simple or full, or just to list all recovery modes. list_all_db_recovery_modes.sql set_all_db_recovery_to_full.sql set_all_db_recovery_to_simple.sqlUPLOADTEMPLATE

Read More »

Ever wondered what is still available & whether or not you needed to dump your log to make space?

Read More »

MSSQL Database

Read More »



-quoteworld.org

Inspired by Nina