SQL Server, T-SQL, Development, DBA and Career Resources

Human Created Content by Industry Experts for Developers, DBAs and Analytics Professionals

SQL Server Command Line Tools To Manage Your Server

There are several useful commands and functions that are available in SQL Server, but not knowing what they are or where to find more information about them is sometimes a problem. Having these commands at your fingertips is very helpful when trying to s

SQL Server Text Data Manipulation

Sometimes there is a need to manipulate string values using T-SQL code. With other languages such as Visual Basic, C++, C#, VBScript, etc... there are a lot of commands at your finger tips. With SQL Server 2000 you don't have all the same options, but t

Free SQL Server Troubleshooting Tool from Microsoft

Getting insight into a SQL Server issue can be difficult without a comprehensive set of information. One option to capture a comprehensive set of SQL Server system information for troubleshooting is via 1 or more of the Microsoft Product Support (MPS) Rep

CHECKSUM Functions in SQL Server 2005

Determining if two rows or expressions are equal can be a difficult and resource intensive. To address this need the CHECKSUM, CHECKSUM_AGG and BINARY_CHECKSUM functions are available in SQL Server 2005 to natively create a unique expression, row or table

SQL Server 2000 DTS Authentication with UDL Files

Many of the objects in SQL 2000 DTS Packages require authentication to SQL Server when extracting, transforming and loading data. It is quick and easy to just add your SQL Server user name and password, but this can become a management issue. One alterna

SQL Server 2005 Log File Viewer

System and application log data is essential when troubleshooting a SQL Server issue. In SQL Server 2000 this was a bit cumbersome, because critical data had to be reviewed from multiple interfaces. With SQL Server 2005 the Management Studio ships with th

Index Rebuilds in SQL Server 2000 vs SQL Server 2005

Index rebuilds are a core component for database maintenance which ultimately improve performance and the user experience. DBAs and Developers alike have become accustom to much of the syntax in SQL Server 2000 and know the purpose for each set of code.

Performing maintenance tasks in SQL Server

With any database systems there are a couple of key items that help with performance. These items include: good database design, properly written SQL code, correct indexes, current statistics and defragmented indexes and data. The last two items can be h

SQL Query Analyzer Shortcuts

Using Query Analyzer is a great tool for testing queries, running ad hoc queries, troubleshooting queries etc... There is a lot of functionality as well as a lot of shortcuts built into the tool, but finding the shortcuts or remembering them is sometimes

SQL Server DTS command line utility

Have you ever wanted to or needed to run a DTS package from outside of SQL Server? This could be from an application you develop or even just from a command line. Well SQL Server gives you the ability to run a DTS package by using the DTSRUN command in