Martin Poon - Microsoft MVP blog [SQL Server]
SQL Server... & more
Browse by Tags
All Tags
»
T-SQL
»
SQL Server
(
RSS
)
.NET
ADO.NET
CTP
download
Security
TechEd
Enabling xp_cmdshell in SQL Server 2005
xp_cmdshell is used to spawn a Windows command shell and executes a command line process by the operating system. In order to minimize the security risk of executing malicious code outside SQL Server 2005, xp_cmdshell is disabled by default, and the following...
Bob Beauchemin @ TechEd Hong Kong 2006 - ADO.NET vNext
Bob Beauchemin has just spent a few days in TechEd Hong Kong, giving a few talks on various aspects of SQL Server 2005 and some topics related to .NET development. He has also offered a full-day pre-conference seminar on SQL Server 2005 features like...
SQL Server 2005 ranking functions - RANK(), DENSE_RANK(), NTILE()
RANK() , DENSE_RANK() and NTILE() are newly added functions in SQL Server 2005 T-SQL syntax. Another ranking function is ROW_NUMBER() that I have blogged earlier. RANK() returns the rank of each row within the partition of a result set. When there is...
SQL Server 2005 ranking functions - ROW_NUMBER()
ROW_NUMBER() is a new function that is added to the SQL Server 2005 T-SQL syntax. ROW_NUMBER() is used to assign ranks to the result of a query. The basic syntax is ROW_NUMBER() OVER ([<partition_by_clause>]<order_by_clause>) Here comes the...
Search
Go
This Blog
Home
Tags
.NET
2008
beta
contest
CTP
download
Excel
Expression
Internet Explorer
MSDN
Office
PowerPoint
Project
Security
Service Pack
SharePoint
SQL Server
TFS
T-SQL
Vista
Visual Studio
VS2005
VSTO
VSTS
WPF
Community
Home
Blogs
Media
Groups
Archives
November 2009 (1)
July 2009 (1)
June 2009 (1)
April 2009 (1)
March 2009 (8)
February 2009 (1)
August 2008 (1)
July 2008 (1)
May 2008 (3)
April 2008 (2)
March 2008 (3)
February 2008 (1)
January 2008 (2)
December 2007 (1)
November 2007 (1)
October 2007 (3)
July 2007 (2)
June 2007 (4)
May 2007 (4)
March 2007 (1)
February 2007 (4)
January 2007 (1)
December 2006 (4)
November 2006 (6)
October 2006 (3)
September 2006 (5)
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go