September 2008
Learn how to retrieve values from a table and store the results.
SQL Server Magazine
September 2008
The virtual nature of a view is its greatest strength and its greatest weakness. Here's what you need to know to create views and use them wisely.
SQL Server Magazine
September 2008
Learn how indexed views differ from regular views.
SQL Server Magazine
August 2008
Creating a table "the old fashioned way" leads to a better understanding of the table and its columns. Plus, the resulting T-SQL code documents the table's structure and lets you easily recreate the table.
SQL Server Magazine
July 2008
Understand the differences between inner, outer, and cross joins before you use them in your queries.
SQL Server Magazine
June 2008
Thanks to the GROUP BY clause, you can write SELECT queries that produce detailed reports.
SQL Server Magazine
May 2008
SELECT queries aren't just for retrieving data. You can also summarize that data by incorporating COUNT, MIN, MAX, AVG, and SUM functions into SELECT queries.
SQL Server Magazine
May 2008
Ensuring that databases are being backed up properly is an important but time-consuming task, especially for DBAs who manage multiple servers and databases. The sp_ShowBackups stored procedure makes this task quick and easy.
SQL Server Magazine
April 2008
If you have to perform a full index analysis, here are two T-SQL stored procedures you can use to get detailed information about the indexes in a single table or an entire database.
SQL Server Magazine
April 2008
Using a database named MyDB, a table named MyTable, and some dummy tables, you can learn how to create T-SQL queries that insert new data, update existing data, and delete old data.
SQL Server Magazine
March 28, 2008
Windows IT Pro
March 2008
Whether you are new to T-SQL or you just want to brush up on the basics, you'll want to read and save this guide that walks you through how to write SELECT statements. Learn how to order and rename columns and how to filter and sort results.
SQL Server Magazine
February 28, 2008
Windows IT Pro
February 2008
Using SQL Server Management Studio (SSMS) to document job schedules involves a lot of mouse-clicking and cutting and pasting. You can avoid all that hassle by using the sp_ShowJobSchedules stored procedure.
SQL Server Magazine
November 2007
Here's a stored procedure that consolidates the basic functions of osql and bcp. Switching between these utilities' output is simply a matter of changing the value of an input parameter.
SQL Server Magazine
May 2007
Here's a search engine that targets SQL-related Web sites, which means you can enter fewer parameters when conducting searches for SQL material.
SQL Server Magazine
April 2007
Using sp_ShowErrors to view SQL Server errorlog files is time-saving alternative to manually reviewing them in Enterprise Manager.
SQL Server Magazine
March 2007
The sp_ListTriggers stored procedure lets you list all the triggers in the current database or the triggers in a specific table.
SQL Server Magazine
October
If you've ever had users call to tell you that a SQL Server database is slow, you'll likely find sp_Now a handy tool. This stored procedure determines what processes are currently executing and consuming resources on a database server.
SQL Server Magazine
September 2006
The ScrapeText function accepts an HTML string as input and returns a plain text string by simply skipping over any text contained within the tags < and > tags.
SQL Server Magazine
Add these Headlines to your Website