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

Guest Columnist: Peter He

SQLServerCentral.com profile

   Items 1 to 4 of 4   
 

View Column Resolving Issue in Sub-Query

Views are handy constructs for abstracting security and simplfying queries, but they can have unexpected results sometimes. Longtime DBA Peter He takes a look at subquery issues in views.  Read more...
By Peter He 2008/01/02 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 3,783 reads

CTE Performance

SQL Server 2005 brings a new feature to T-SQL with Common Table Expressions, which make it possible for more complex subquery expressions than in previous versions. Recursion is a common use and Peter He takes a look at how well these new structures perform.   Read more...
By Peter He 2007/05/08 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 8,036 reads

SQL Server Job Scheduling

The scheduling system in SQL Server is quite flexible and powerful, but can be confusing at times. Peter He looks at some of the advanced options you have in automating the various jobs on your server.   Read more...
By Peter He 2007/11/16 (first posted: 2006/03/08) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 24,935 reads

SET ROWCOUNT and TVFs

SQL Server 2000 has table valued functions that are very useful in many ways. However when you try to limit results with the ROWCOUNT setting, you can end up with some strange results. Peter He brings us a comprehensive look at some of the unpredictable results that you can get and how to code around them.   Read more...
By Peter He 2005/12/21 | Source: SQLServerCentral.com | Category: SQL Puzzles
Rating: |  Discuss |  Briefcase | 8,904 reads
   Items 1 to 4 of 4