SQL Server Topics:
SQL-Transact SQL (T-SQL)
Transact SQL, often called T-SQL, is Microsoft's implementation of the SQL language. Developers for SQL Server database management systems are using T-SQL statements for any application communicating with an instance of SQL Server does so by sending Transact SQL statements to the server. Improve your T-SQL skills with these T-SQL overviews, best practices and stored procedures. In this reference, find out how to script SQL Server backups, why T-SQL in SSIS has pros and cons and what to do about poorly written T-SQL code that's causing SQL Server performance problems.
-
Supertype and subtype tables in SQL Server
16 Sep 2008
Book Excerpt - ...
-
SQL Server and data manipulation in T-SQL
16 Sep 2008
Book Excerpt - Learn about stored procedures, parameters, triggers and how other T-SQL code functions allow for the manipulation of data in this excerpt from "A Developer's Guide to Data Modeling for SQL Server, Covering SQL Server 2005 and 2008" by Eric Johnson and...
-
How to use SQL Trace definition
19 Mar 2007
Step-by-Step Guide - Use SQL Profiler in your production environment to target poorly performing T-SQL commands in SQL Server 2000 and SQL 2005. Microsoft database expert Michelle Gutzait guides you through SQL Trace, from how to use trace definition through incorporating...
-
T-SQL Learning Guide
20 Jul 2006
Learning Guide - ...
-
Visual Studio debug windows
06 Jul 2006
Feature - ...
-
How to run the stored procedure
06 Jul 2006
Feature - ...
-
Where to start debugging the stored procedure
06 Jul 2006
Feature - ...
-
Sample T-SQL stored procedure: P_DisplayProductDetails
06 Jul 2006
Feature - ...
-
Working with typed DataReader and SqlResultSet data
15 May 2006
Book Excerpt - ...
SQL-Transact SQL (T-SQL) - SQL Server Topics