SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 
<< Previous headlines | Later headlines >>
SQLServerCentral.com Headlines from 2008/02/24 to 2008/03/02

Using Parameters with Stored Procedures

It seems that SQL Server developers avoid stored procedures whenever possible, especially if they are new to the product. Kathi Kellenberger brings us a basic article that you can give to developers that explains the basics of how you use parameters with ADO.NET, especially output parameters.   Read more...
By Kathi Kellenberger 2008/02/29 (first posted: 2005/08/08) | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 104,569 reads

Check List for Performance Optimisation in SQL Server Analysis Service 2005

This article is a step-by-step checklist to help ensure that you are obtaining the maximum performance possible from SQL Server Analysis Services.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 1,538 reads

Monitoring and Recording DDL changes on SQL 2005 (NARC)

Auditing activities on your database servers becomes more important all the time. But ensuring that schema changes do not occur without your knowledge may be more important for a stable system. James Greaves brings us a great technique using DDL triggers for doing this.  Read more...
By James Greaves 2008/02/29 | Source: SQLServerCentral.com | Category: Auditing
Rating: |  Discuss |  Briefcase | 4,863 reads

Enabling Drillthrough in Analysis Services 2005

Discover the new Analysis Services 2005 drillthrough architecture. See how to set up drillthrough in Analysis Services 2005 and get guidance on migrating drillthrough settings from Analysis Services 2000 databases.  Read more...
By Additional Articles 2008/02/29 | Source: TechNet | Category: Analysis Services
Rating: (not yet rated)  Rate this |  Briefcase | 1,012 reads

Microsoft SQL Server 2008 - Change Data Capture – Part 2

Part 2 of this article illustrates how to enable Change Data Capture on a database, on a table and how SQL Server tracks the data changes of the CDC enabled table.  Read more...
By Additional Articles 2008/02/28 | Source: Database Journal | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 1,623 reads

The Cost of Function Use In A Where Clause

Discusses Index Selection impact when functions are wrapped around WHERE clause filtering columns  Read more...
By Gregory Jackson 2008/02/28 | Source: SQLServerCentral.com | Category: T-SQL Optimization
Rating: |  Discuss |  Briefcase | 10,669 reads

The Stewardship Approach to Data Governance: Ch 7

This is the seventh article in a continuing series, and this installment discusses the tactical layer of the Data Governance Framework.  Read more...
By Additional Articles 2008/02/28 | Source: TDAN | Category: Data Modeling
Rating: (not yet rated)  Rate this |  Briefcase | 677 reads

Featured Blog: iFTS Transparency – Viewing the words in the index

This next post on Full Text search from MVP Simon Sabin examines how you can examine the details of what your indexes contain.  Read more...
By Additional Articles 2008/02/28 | Source: Other | Category: Full-Text Search (2008)
Rating: (not yet rated)  Rate this |  Briefcase | 444 reads

Coping with No Column Names in the SSIS OLEDB Data Source Editor

Longtime author Paul Ibison brings us a short look at a common problem in Integration Services: your source has no column names.  Read more...
By Paul Ibison 2008/02/27 | Source: SQLServerCentral.com | Category: Integration Services
Rating: |  Discuss |  Briefcase | 1,644 reads

TSQL LAB 2 - Writing Conditional WHERE Clauses

Jacob Sebastian takes a look at some different ways to write your WHERE clauses. A good basic article for those starting to work with T-SQL.  Read more...
By Jacob Sebastian 2008/08/29 (first posted: 2008/02/27) | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 28,222 reads

SQL Server 2008 - Table Valued Parameters

In this screencast, we look at Table Valued Parameters from both the server side and client side perspectives.  Read more...
By Additional Articles 2008/02/27 | Source: Microsoft MSDN | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 1,715 reads

Writing Outer Joins in T-SQL

Occasionally someone will ask for my help with a query and say that both a right outer join and a left outer join was tried, and still the expected results were not achieved. That made me realize that some developers do not completely understand outer joins and that an article explaining how to use them might help.  Read more...
By Additional Articles 2008/02/27 | Source: SQLTeam.com | Category: T-SQL
Rating:  Rate this |  Briefcase | 5,560 reads

Snapshots - Part 1

Longtime replication expert Andy Warren takes a look at the initial snapshots involved with replication and dives into an explanation of what's involved.  Read more...
By Andy Warren 2008/02/26 | Source: SQLServerCentral.com | Category: Replication
Rating: |  Discuss |  Briefcase | 1,919 reads

Using the ReportViewer Control in a WebForm with Parameters

A short article by Darren Herbold, reporting services trainer and consultant that shows how you can easily use a Report Viewer on a web page.  Read more...
By Darren Herbold 2008/02/26 | Source: SQLServerCentral.com | Category: Reporting Services
Rating: |  Discuss |  Briefcase | 3,631 reads

Featured Blog: iFTS Transparency – dm_fts_parser

In this post on Integrated Full Text Search (iFTS) in SQL Server 2008, we look at the new dmv dm_fts_parser.  Read more...
By Additional Articles 2008/02/26 | Source: Other | Category: Full-Text Search (2008)
Rating: (not yet rated)  Rate this |  Briefcase | 481 reads

SSIS Usage of Checkpoint File

In this article Dinesh Priyankara explains how Checkpoint files can be used in a SSIS package so that the package can be restarted from the point of failure.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 1,200 reads

MDX Numeric Functions: The Min() Function

Business Intelligence Architect Bill Pearson introduces the numeric Min() function, and leads hands-on practice examples of its use.  Read more...
By Additional Articles 2008/02/25 | Source: Database Journal | Category: MDX
Rating: (not yet rated)  Rate this |  Briefcase | 969 reads

Featured Blog: SQL Server 2008 – iFTS Introduction

This is the first of a series of posts on the new Integrated Full Text feature in SQL Server 2008 from MVP Simon Sabin. We'll continue this series on with an in depth look at this feature.  Read more...
By Additional Articles 2008/02/25 | Source: Other | Category: Full-Text Search (2008)
Rating: (not yet rated)  Rate this |  Briefcase | 1,119 reads

Real World Foreach Loop Container example

Describes different uses of the SSIS Foreach Loop container in one practical scenario.  Read more...
By Paul Clancy 2008/02/25 | Category: SSIS
Rating: |  Discuss |  Briefcase | 9,012 reads