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/04/05 to 2008/04/12

SQL Server 2005 Logins

Security was a major focus of SQL Server 2005 during its development, both in terms of making the product secure as well as enhancing the options. Security expert Brian Kelley brings us a look at how the paradigm of logins has changed and what you need to look for in SQL Server 2005.   Read more...
By Brian Kelley 2008/04/11 (first posted: 2006/07/05) | Source: SQLServerCentral.com | Category: SQL Server 2005 - Security
Rating: |  Discuss |  Briefcase | 87,447 reads

How to Implement an Automatic Sliding Window in a Partitioned Table on SQL Server 2005

This article shows how to implement an automatic sliding window in a partitioned table on Microsoft SQL Server 2005.  Read more...
By Additional Articles 2008/04/11 | Source: TechNet | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 2,678 reads

Creating a Scorecard in PerformancePoint Server 2007 (PPS)

We are just getting started with PerformancePoint Server 2007 and trying to help our business users to develop their first scorecard. For those of you who are new to Office PerformancePoint Server 2007, PPS is a recent addition to the Microsoft Business Intelligence (BI) offering.  Read more...
By Additional Articles 2008/04/11 | Source: MSSQLTips.com | Category: Performance Point
Rating: (not yet rated)  Rate this |  Briefcase | 1,979 reads

Issues with running backup log with no_log or truncate_only

On my database server I have my databases set to the full recovery model, but the transaction logs get quite big, so I am issuing a BACKUP LOG with NO_LOG. I am not exactly sure if this causes any issues, but I know that I am able to free up space in my transaction log and shrink the file. Is this the correct way to handle this situation?  Read more...
By Additional Articles 2008/04/10 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 2,608 reads

Joining to the Next Sequential Row

One of the more obscure requirements that a developer may find themselves facing is the need to compare a row with its immediate sibling. One such case is when a list of values needs to be processed to produce a moving average or to smooth a sequence of statistical numbers where their order is important. For example, values lying along a time line. The solution is actually quite simple, but not immediately obvious.  Read more...
By Additional Articles 2008/04/10 | Source: SQLTeam.com | Category: T-SQL
Rating:  Rate this |  Briefcase | 3,788 reads

Yet another way to include portability on DTS packages

An proposal about using simple server name resolution and INI files to make a DTS package portable.  Read more...
By Alceu Rodrigues de Freitas Junior 2008/04/10 | Source: SQLServerCentral.com | Category: DTS
Rating: |  Discuss |  Briefcase | 3,589 reads

XML Workshop XVIII - Generating an RSS 2.0 Feed with TSQL

Continuing on with part 18 of his series, MVP Jacob Sebastian examines building an RSS feed in T-SQL.  Read more...
By Jacob Sebastian 2008/04/09 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 4,284 reads

SQL Server Tracing: An Automated and Centralized Solution

When you are trying to pin down the cause of a problem with a SQL Server, there is probably going to come a time when you need to get 'trace' information. If you've ever done that, you'll know how easy it is to get overwhelmed by the detail. Here, Shawn McGehee shows how to get round the problem by capturing trace information on a schedule, filtering the captured information, and monitoring it from a central location.  Read more...
By Additional Articles 2008/04/09 | Source: SimpleTalk
Rating:  Rate this |  Briefcase | 1,805 reads

Top Queries in SQL Server 2005

This article illustrates how to query dynamic management views to find the TOP queries based on average CPU and average I/O.  Read more...
By Additional Articles 2008/04/09 | Source: Database Journal | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 4,929 reads

Inside The Question of the Day

A note from the editor on our very popular Question of the Day. Learn what it is, how it works, and what you can do to improve it.  Read more...
By Steve Jones 2008/04/08 | Source: SQLServerCentral.com | Category: SQLServerCentral.com
Rating: |  Discuss |  Briefcase | 1,725 reads

How to Share Data Between Stored Procedures

Different ways of passing sets of data between stored procedures.  Read more...
Rating:  Rate this |  Briefcase | 6,758 reads

Virtualization for Database Development

The trials and tribulations of our first attempt using Virtual Servers  Read more...
By Grant Fritchey 2008/04/08 | Source: SQLServerCentral.com | Category: Development Process
Rating: |  Discuss |  Briefcase | 7,020 reads

Building and customizing SQL Server script templates

There is not enough time in the day to keep it all straight! There is no shame in making use of any short cuts or cheats that allow you to be a more productive and well-versed SQL Professional in order to cope with the sheer volume of expectations you are required to meet on a daily basis.   Read more...
By Additional Articles 2008/04/07 | Source: MSSQLTips.com | Category: Management Studio
Rating:  Rate this |  Briefcase | 2,225 reads

Row Level Versioning

Row Level Version is one of the most coolest features introduced by SQL 2005.  Read more...
By Roy Ernest DBA 2008/04/07 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: |  Discuss |  Briefcase | 10,612 reads

TSQL String Array Workbench

Robyn Page and Phil Factor show how to use XML-based arrays to make string handling easier in SQL Server 2005/2007, and illustrate the techniques with some useful functions  Read more...
By Additional Articles 2008/04/07 | Source: SimpleTalk
Rating:  Rate this |  Briefcase | 1,926 reads

The New MVPs

Last week new MVPs were announced and a couple of our authors were awarded.  Read more...
By Steve Jones 2008/04/07 | Source: SQLServerCentral.com | Category: SQLServerCentral.com
Rating: |  Discuss |  Briefcase | 1,747 reads