Development


2025 results found, displaying items 1 - 20

Jump Start: SET NOCOUNT ON This article is only available to registered users.  Sign up now and get instant access!

Disabling the SQL Server row-count feature can help optimize T-SQL stored procedures and batches.

SQL Server Magazine

Welcome to Making IT Work

Welcome to Michael Otey's new blog, where he covers not only SQL Server Express and T-SQL, but Windows Server 2008, Vista, Hyper-V, VMware ESX Server, and more.

Windows IT Pro

SSMS Tools Pack: 6 Tools That Help You Do More with SSMS This article is only available to registered users.  Sign up now and get instant access!

The SSMS Tools Pack provides features, such as a query logging tool, that enhance SQL Server Management Studio’s functionality.

SQL Server Magazine

T-SQL 101, Lesson 3 This article is only available to subscribers.  Sign up now and get instant access!

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

Take the Drudgery Out of Making Sure Your Databases Are Being Backed Up Properly This article is only available to registered users.  Sign up now and get instant access!

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

Temporal Histograms This article is only available to subscribers.  Sign up now and get instant access!

Handling distribution of events over time is tricky. Break the problem into steps. If handling all of a task’s requirements at once is too complicated, relax some requirements, solve a simpler form of the problem, then reintroduce the complexity layers.

SQL Server Magazine

The Logical Puzzle This article is only available to subscribers.  Sign up now and get instant access!

Get the solution to April’s puzzle, “Suicidal Mosquito,” and prepare your mind for May’s puzzle, which involves distance calculation.

SQL Server Magazine

Jump Start: Tracking Transactions This article is only available to registered users.  Sign up now and get instant access!

Michael Otey responds to reader questions about how transactions work, when and where the data is written, and whether the data is put into the database before the transaction is committed.

SQL Server Magazine

Jump Start: Tracking Transactions

Windows IT Pro

Jump Start: Using Transactions This article is only available to registered users.  Sign up now and get instant access!

Transactions are essential for complex systems that update multiple related tables. Rolling back a transaction rolls back the entire group of updates, and that just might save your bacon if you encounter an error.

SQL Server Magazine

Jump Start: Using Transactions

Windows IT Pro

2 Stored Procedures to Tune Your Indexes This article is only available to registered users.  Sign up now and get instant access!

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

2 Stored Procedures to Tune Your Indexes

Windows IT Pro

LINQ to Your SQL Server Data This article is only available to subscribers.  Sign up now and get instant access!

Build efficient queries using LINQ, which is included in Visual Studio 2008.

SQL Server Magazine

Query Generates Winning Lottery Numbers!

Itzik Ben-Gan helps out a reader by creating a T-SQL query that generates winning lottery numbers.

SQL Server Magazine

Set Operations This article is only available to subscribers.  Sign up now and get instant access!

Circumvent unsupported logical phases, work around SQL Server 2005’s lack of INTERSECT ALL and EXCEPT ALL, and take advantage of the INTERSECT and EXCEPT operations’ treatment of NULLs.

SQL Server Magazine

Set Operations

Windows IT Pro

The Next Generation: Visual Studio 2008 This article is only available to subscribers.  Sign up now and get instant access!

Take a tour of the new features and functionality in Visual Studio 2008.

SQL Server Magazine

Check It Out: Is Visual Studio Required for Reporting Services? This article is only available to registered users.  Sign up now and get instant access!

Michael Otey makes some interesting discoveries when he researches the actual requirements for Business Intelligence Development Studio (BIDS) and Reporting Services.

SQL Server Magazine

Jump Start: Loading Data with BULK INSERT This article is only available to registered users.  Sign up now and get instant access!

Need to load a lot of data into a SQL Server database? Then using T-SQL's BULK INSERT statement is the way to go. Here's how to get started.

SQL Server Magazine

Add these Headlines to your Website



     [1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102   next page