Development


2170 results found, displaying items 1 - 20

 Featured ITTV Video


Hyper-V Networking
by John Savill
Watch the video now!
ITTV Featured Video




Create Pivoted Tables in 3 Steps This article is only available to subscribers.  Sign up now and get instant access!

If you want to create pivoted tables but found the PIVOT operator syntax in SQL Server Books Online (BOL) confusing, try this three-step approach to creating a PIVOT query. This query uses a common table expression (CTE).

SQL Server Magazine

Improving the Index_Evaluation_USP Stored Procedure

Some refinements to Index_Evaluation_USP make this T-SQL stored procedure more effective and easier to use to identify tables without indexes, indexes that aren't being used, and indexes that aren't being used efficiently.

SQL Server Magazine

Set-Based vs. Cursor-Based Solutions for Running Aggregates This article is only available to subscribers.  Sign up now and get instant access!

Although set-based solutions to running aggregations have many advantages over cursor-based solutions, cursor-based solutions can provide better performance in certain cases, such as when dealing with very large partitions.

SQL Server Magazine

Avoid Referential Integrity Errors When Deleting Records from Databases

Deleting all the records in a database can be tricky when it includes tables with foreign keys. Here's a script you can use if you have ALTER TABLE permission and a stored procedure you can use if you don't.

SQL Server Magazine

CLR Stored Procedure Finds Broken Objects

Stored procedures, user-defined functions, views, and triggers can fail to execute when the objects they reference have been changed. Here's a tool you can use to detect broken objects before they cause problems.

SQL Server Magazine

How to Determine the Average Number of Days Between Orders or Other Important Events

Using a looping algorithm to determine the average number of days between orders can be painfully slow code to write and run. A better approach is to use the ROW_NUMBER function.

SQL Server Magazine

Standardize Your SSIS Package Deployments

BI xPress,now available from Pragmatic Works, integrates with Business Intelligence Development Studio (BIDS) and Visual Studio to standardize your SQL Server Integration Services (SSIS) package deployments without manual coding.

SQL Server Magazine

Find Strings in Database Code, SQL Server Agent Jobs, and SSIS Packages

After discovering a useful T-SQL stored procedure, a reader and his coworkers adapt it so it can perform more types of searches and more refined searches when needed.

SQL Server Magazine

Using SQL Server 2008's FILESTREAM Data Type

The FILESTREAM data type in SQL Server 2008 is a valuable way to access data--here's a quick primer.

SQL Server Magazine

SQL Server 2008’s T-SQL Development and Debugging Features This article is only available to subscribers.  Sign up now and get instant access!

SQL Server 2008’s IntelliSense, debugging, and code outlining features take some of the hassle out of writing T-SQL scripts and stored procedures.

SQL Server Magazine

T-SQL Debugging System Requirements

What you need to know to set up your system to use SQL Server 2008’s T-SQL debugger.

SQL Server Magazine

T-SQL 101: Stored Procedures This article is only available to subscribers.  Sign up now and get instant access!

The final lesson in the T-SQL 101 series shows you how to create and execute stored procedures that get data into and out of databases.

SQL Server Magazine

T-SQL 101: Stored Procedures

Windows IT Pro

Secerno DataWall 3.3 Offers Stored Procedure Monitoring and Enhanced User Role Auditing

Secerno DataWall 3.3 not only monitors stored procedures but also lets you know about unauthorized changes made to content.

SQL Server Magazine

Subqueries and Joins for Running Aggregates This article is only available to subscribers.  Sign up now and get instant access!

Both the subquery and join solutions perform reasonably well for calculating running aggregates when you have very small partitions, but the join approach is best for calculating multiple aggregates.

SQL Server Magazine

Subqueries and Joins for Running Aggregates

Windows IT Pro

Need to Find an Object But You Don't Know Its Exact Name? Try this Search Engine

Looking for an object in a SQL Server instance without knowing the object's exact name and the database in which it resides can be time-consuming. Here's a T-SQL stored procedure that will make your seach much quicker.

SQL Server Magazine

LINQ to SQL in Action: Joining and Grouping This article is only available to subscribers.  Sign up now and get instant access!

Explore the workings of LINQ to SQL queries, then walk through examples of using LINQ to SQL to join and group data in .NET Framework applications.

SQL Server Magazine

Data Access Options in VS 2008 and the .NET Framework 3.5

New data-access options in VS 2008 and the .Net Framework 3.5 SP1 include LINQ to DataSet, ADO.Net Data Services, and SQL Server Data Services.

SQL Server Magazine

Removing Forwarded Records from Heap Tables This article is only available to subscribers.  Sign up now and get instant access!

Learn how to use the FixForwardedRecs stored procedure to find and remove forwarded records from heap tables.

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  103  104  105  106  107  108  109   next page 


 

ADS BY GOOGLE