SQL Examples  

Posted by ReelTym

Welcome to SQL Server Examples

The examples on this portal will provide you with the building blocks necessary to quickly resolve different TSQL coding issues. You can browse the examples by using the Examples link on the main menu. You can also download all the examples on this site by clicking HERE.

Also available on this site is a SQL Server monitoring tool known as the SQL Server DBA Dashboard tool. This tool provides both high level and detailed reports to help monitor your SQL Server instances. With this tool you can quickly identify the resources used by specific TSQL statements and stored procedures.

belle’s sql musings  

Posted by ReelTym

Jewel Basin Hiking Area  

Posted by ReelTym

2010 March Madness  

Posted by ReelTym

Batch File Scripting Techniques  

Posted by ReelTym

In this section you will find a collection of scripting techniques
and best practices for batch files.

Most of these techniques apply to either "DOS batch"
(also related to as "real DOS" batch or "true DOS" batch), or
"NT batch", only in rare cases to both.
If you want to use "true DOS" batch techniques in Windows NT 4
or later (2000, XP, Server 2003, Vista) you may have to invoke these
batch files with
COMMAND /C.

Batch Utilities  

Posted by ReelTym

There are several types of batch file utilities:

DOS Batch - File Examples  

Posted by ReelTym