Sign In
Notes from SQL Server Premier Field Engineer
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
error logs
ETL
failover clustering
high availability
Pages
Performance tuning
relational datawarehouse tuning
resource group
service pack
sp_configure
SQL 2008
SQL internals
SSIS
statistics
storage
Sydney SQL Server User Group
tools
training
TSQL coding patterns
Archive
Archives
January 2011
(1)
June 2010
(2)
January 2010
(5)
December 2009
(1)
October 2009
(2)
August 2009
(1)
July 2009
(1)
April 2009
(2)
March 2009
(1)
February 2009
(1)
January 2009
(8)
December 2008
(3)
January, 2010
MSDN Blogs
>
Notes from SQL Server Premier Field Engineer
>
January, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Notes from SQL Server Premier Field Engineer
SQL Server system information
Posted
over 2 years ago
by
yuriyt
2
Comments
I guess many of you are familiar with build in SQL server function @@version, which you can use to quickly tell what SKU of SQL Server and Windows OS you are using as well as build numbers. Perhaps you are also aware of serverproperty(param) function...
Notes from SQL Server Premier Field Engineer
Embeding XML into XML using FOR XML option
Posted
over 2 years ago
by
yuriyt
0
Comments
Hello, everyone! Today I am going to chat briefly about the question a co-worker asked me about. The problem was with embedding one XML snippet generated by using FOR XML option of the query into another XML also generated using FOR XML option. Here is...
Notes from SQL Server Premier Field Engineer
Maximum sizes and numbers for SQL Server
Posted
over 2 years ago
by
yuriyt
0
Comments
While working with SQL Server you've probably heard certain restrictions like 'There can be at most 1,024 columns declared in the table' or 'There can be only 8,600 bytes per row'. Some are urban legends and travel by the word of mouth others are hard...
Notes from SQL Server Premier Field Engineer
SQL Server 2005/2008 database tuning - picking low hanging fruits - part 2
Posted
over 2 years ago
by
yuriyt
0
Comments
Some time ago I wrote a post how SQL Server optimizer keep track of what indexes maybe beneficial and logs this info into sys.dm_db_missing_index_* DMVs. Brent Ozar kindly pointed out that one can script 'CREATE INDEX' statement to build missing indexes...
Notes from SQL Server Premier Field Engineer
TSQL coding patterns I
Posted
over 2 years ago
by
yuriyt
1
Comments
With this post I will start writing some small TSQL coding patterns and tricks which make daily life of SQL Server database developer easier and are used a LOT when dealing with large databases. Data developers frequently have to update rows in tables...
Page 1 of 1 (5 items)