SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Welcome to SQLServerCentral.com

A Microsoft SQL Server community of 748,742 DBAs,developers and SQL Server users

Rss
Headlines today   May 16, 2008

Recursive Queries in SQL:1999 and SQL Server 2005

How many of you have written resursive queries in SQL? Or any language since school for that matter? Not many people write recusrive queries because of the complexity, the difficulty to understand how they work, and the chance for heap overflows. However, SQL Server 2005 implements Common Table Expressions and recursion in a way that is much easier to code and incorporates some safeguards. New author SQL Server MVP Frederic Brouard has written a fantastic article looking at resursive queries.   Read more...
By Frédéric BROUARD 2008/05/16 (first posted: 2005/04/25) | Source: SQLServerCentral.com | Category: SQL Server 2005 - TSQL
Rating: |  Discuss |  Briefcase | 54,220 reads

Row Value Constructor in SQL Server 2008

This article illustrates different methods to insert data into a table, including the new Row Value Constructor, which simplifies the data insertion.  Read more...
By Additional Articles 2008/05/16 | Source: Database Journal | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 1,260 reads

Using Policy-Based Management in SQL Server 2008

As we are reviewing the new features in SQL Server 2008, we found one that looks really interesting - Policy-Based Management. Could you help us to understand how this works and provide some examples? Can you please explain each of the components and how to manage them in the interface and with commands?  Read more...
By Additional Articles 2008/05/16 | Source: MSSQLTips.com | Category: Policy Based Management
Rating: (not yet rated)  Rate this |  Briefcase | 417 reads

SQL Server T-SQL in 10 Minutes

A short review of this book by Ben Forta giving you the basics of T-SQL  Read more...
By Steve Jones 2008/05/16 | Source: SQLServerCentral.com | Category: Book Reviews
Rating: (not yet rated) |  Discuss |  Briefcase | 1,698 reads
Previous headlines

XML Workshop XIX - Generating an ATOM 1.0 Feed

Continuing on with his amazing series on XML, SQL Server MVP Jacob Sebastian shows us how to use XML in SQL Server 2005 to generate an ATOM feed.  Read more...
By Jacob Sebastian 2008/05/15 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 1,569 reads

Finding dependencies in SQL Server 2005

Any time you need to modify objects in your SQL Server 2005 database, the objects that are dependent upon those objects are a concern. You don't want to remove columns from tables, procedures, views, or tables if there are objects dependent upon them that are being used.  Read more...
By Additional Articles 2008/05/15 | Source: Builder.com | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 1,887 reads

Using DDL triggers to audit events

Create DDL table in SQL Server 2005 to audit Data Definition Language (DDL) trigger events when DML statements run. Define DDL trigger to track SQL changes.  Read more...
By Additional Articles 2008/05/15 | Source: SearchSQLServer | Category: Auditing
Rating: (not yet rated)  Rate this |  Briefcase | 1,090 reads

The Lighter Side - Life is like an analogy

Longtime SQL Server author and expert David Poole takes a break from SQL Server to bring us a few life lessons for software development.  Read more...
By David Poole 2008/05/14 | Source: SQLServerCentral.com | Category: Career
Rating: |  Discuss |  Briefcase | 5,470 reads

The SQLServerCentral.com Party - 2008

Steve Jones talks a bit about the upcoming SQLServerCentral.com event at the 2008 PASS Summit and asks for some ideas.  Read more...
By Steve Jones 2008/05/14 | Source: SQLServerCentral.com | Category: SQLServerCentral.com
Rating: (not yet rated) |  Discuss |  Briefcase | 525 reads

Modifying Microsoft Access Linked Tables from SQL Server

In a previous tip we saw how easy it was to link to SQL Server tables from Microsoft Access. As is the case with all systems, how does Access manage the changes? What happens when you modify the structure of the underlying SQL Server table? What happens to the SQL Server table if you delete the linked table in Access? We will look at each of these situations in this tip.  Read more...
By Additional Articles 2008/05/14 | Source: MSSQLTips.com | Category: Access
Rating:  Rate this |  Briefcase | 1,572 reads
 
From Last Year

Everybody Reports to Somebody

One of the very common questions posted about T-SQL is how to traverse a hierarchy in a set based manner. New author Craig Hatley brings us his techniques for handling the common scenario of employees and managers.   Read more...
By Craig Hatley 2007/06/04 | Source: SQLServerCentral.com | Category: Advanced Querying
Rating: |  Discuss |  Briefcase | 4,622 reads
Question of the Day

Blocking

By Kev Riley 2008/05/16 | Category: Lock and Connection Management
Rating: (not yet rated) |  Discuss |  Briefcase | 1,107 reads
You have a default SQL2000 SP4 install.
select * from sysprocesses
reports SPID 55 as blocking SPID 55. You also notice that the waitime value is low and the waittype is a latch...  Read more...
Top Members (last 30 days)
# Name Score   Level
30 days All-time
1.
Anuj.Mobilex.gurgaon.India
682 1143 Ten Centuries  
2.
Jeff Moden
589 8727 SSCrazy Eights  
3.
Aaron Nelson
557 559 Mr or Mrs. 500  
4.
GSquared
548 1485 Ten Centuries  
5.
yalcin
493 514 Mr or Mrs. 500  
Latest forum posts