Sign In
Esoteric
All esoteric things about SQL Server and Microsoft Developer Tools
Blog - News
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
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
Analysis Services
Miscellaneous
MSPFE
PDW
Production debugging
ReportViewer
SQL
SQL Architecture
SQL General
SQL High Availability
SQL Performance
SQL Replication
SSAS
T-SQL Anti-patterns
Windows Mobile
Blog - Link List
Useful SQL Blogs
SQL CAT Blog
SQL Server Storage Engine team blog
Sunil Agarwal and others from the SE team
Slava Oaks's weblog
A must-read blog if you are interesting in SQLOS internals
QP team blog
Query Processor team's blog
CSS SQL Team
Bob Dorr, Bob Ward and the entire CSS SQL Escalation team. Highly recommended!
Craig Freedman
Nitty-gritty details of the optimizer, plans, parallelism etc. Probably the most detailed explanations on those topics anywhere on the Internet.
SQL Release Services
Keep an eye on this to be alerted of new CUs, SPs etc.
SQL Programmability
CSS SQL Replication Team
Paul Randal
SQL PFE Blog
Robert Bruckner (SSRS)
David Lean (SQL Spatial)
SQL Server CSS Team India
Valentino Vranken's BI blog
Stacia Misner
Nacho's SQL Blog
SQL Tools
RML Utilities (x86)
RML Utilities (x64)
SQL Nexus
PAL
SQL Server 2005 Performance Dashboard Reports
SQLRAP Scoping Tool v1.2
SQL Perf Stats Script
SQL Best Practices Toolbox (DMV Scripts)
Team web pages
Premier Field Engineering (India)
Microsoft CSS Jobs
Microsoft Premier Support
Microsoft SQL Server Risk Assessment Program
Data sheet for SQLRAP
Microsoft Premier Support Offerings
Debugging Links
Reiley Yang's blog
DumpAnalysis.org
CTS Platforms EE blog
OSR Online (home of the NT Insider)
Ken 'Skywing' Johnson
Home of the Advanced Windows Debugging book
Mark Russinovich's blog
Alex Ionescu
VC++ team blog
MSDN Channel 9 'Going Deep' shows
Analysis Services and MDX
Karan Gulati's blog
Chris Webb
Jeffrey Wang's blog
Archive
Archives
May 2012
(1)
March 2012
(3)
November 2011
(2)
April 2011
(2)
February 2011
(3)
December 2010
(1)
September 2010
(2)
August 2010
(1)
June 2010
(3)
May 2010
(5)
February 2010
(1)
January 2010
(1)
December 2009
(3)
October 2009
(1)
August 2009
(1)
July 2009
(2)
June 2009
(1)
May 2009
(1)
April 2009
(1)
January 2009
(2)
December 2008
(7)
November 2008
(2)
August 2008
(3)
April 2008
(1)
December 2007
(1)
June 2007
(3)
August 2006
(1)
June 2006
(5)
MSDN Blogs
>
Esoteric
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Esoteric
Opinion Poll: Are PRINT statements considered harmful?
Posted
3 days ago
by
Arvindsh
0
Comments
Today during a discussion a point came up around the role of PRINT statements in production code. While most data access today is routed through a data access layer (typically .NET or JDBC) and is focussed on consuming result sets (or executing U/I/D...
Esoteric
Implementing MDX Drillthrough in SSRS
Posted
2 months ago
by
Arvindsh
0
Comments
Let’s say for some reason your users want to implement MDX DRILLTHROUGH statement (equivalent to the cube action provided by most OLAP browsers) in SSRS. Here’s a step-by-step way to implement this. For the purposes of this walkthrough...
Esoteric
.NET Debugging Quick Start
Posted
2 months ago
by
Arvindsh
0
Comments
Many a time I am asked how to get a head start with debugging .NET issues – hangs / crashes and most commonly, memory issues. So I assembled this list of resources which helps you get started. In addition, if you are a Premier Support subscriber, you...
Esoteric
Failover cluster (group) maximum failures limit
Posted
2 months ago
by
Arvindsh
0
Comments
My colleague reported that during testing forced failover for a SQL database engine instance, it just ‘failed’ and refused to fail over to the other node in a 2-node cluster. The failure in this case was initiated by shutting down the local...
Esoteric
MDX Studio Quick Tips
Posted
6 months ago
by
Arvindsh
0
Comments
Recently I had to use MDX Studio for some MDX query tuning. 2 quick tips: Latest download link for MDX Studio can be obtained from the support forum at http://ssas-info.com/forum/3-mdx-studio/ The earlier versions of MDX Studio are referenced from Mosha...
Esoteric
TEMENOS T24 Core Banking Optimized on Microsoft SQL Server Database Platform
Posted
6 months ago
by
Arvindsh
0
Comments
I found these links today in response to a customer question around 'real world' benchmarks for financial applications running on SQL Server. These benchmarks describe the TEMENOS T24 Core Banking system, which is probably as 'real world' as it gets....
Esoteric
Parallel Data Warehouse resources
Posted
over 1 year ago
by
Arvindsh
2
Comments
I’ve recently started learning about SQL Server Parallel Data Warehouse (PDW) appliance. In the course of learning, I came across some links and resources in connection with this appliance, which I will share in this blog post. I will keep it updated...
Esoteric
SQLDiag Configuration Tool released
Posted
over 1 year ago
by
Arvindsh
0
Comments
My colleague and friend, boB Taylor (the spelling is not a typo – please visit http://www.opsvault.com/meet-our-contributors and see why) has recently released a GUI tool which allows you to configure the XML files required for SQLDiag to capture...
Esoteric
OPTION(RECOMPILE) redux (a.k.a. Parameter Embedding Optimization not working)
Posted
over 1 year ago
by
Arvindsh
0
Comments
A long time ago, I had blogged about the perils of ‘wildcard’ query patterns. As a response to one of the comments in that post, I learnt about a new optimization introduced in SQL 2008 wherein the OPTION (RECOMPILE) hint would help in these kind of cases...
Esoteric
window.open without address bar
Posted
over 1 year ago
by
Arvindsh
1
Comments
Recently we were struggling with trying to figure out how to suppress the address bar for a popup window opened using JavaScript’s window.open method. Normally, there is an option there which allows you to specify ‘location=no’ and the address bar is...
Esoteric
LinkedIn Group for Premier Field Engineering India
Posted
over 1 year ago
by
Arvindsh
0
Comments
My team, Premier Field Engineering (India) recently created a group on LinkedIn ( http://www.linkedin.com/groups?gid=3761475&trk=hb_side_g ) which we will use to share our experiences, upcoming offerings, career opportunities and more. Membership...
Esoteric
DB Mirroring Tips
Posted
over 2 years ago
by
Arvindsh
0
Comments
Here are some essential things to consider when trying to tune a DB mirroring setup. They revolve round the following concepts: The effect of Virtual Log Files (VLFs) on recovery and therefore failover times The interplay (or lack thereof) between...
Esoteric
Licensing changes in SQL Server 2008 R2
Posted
over 2 years ago
by
Arvindsh
0
Comments
In case you are not aware, there have been some significant licensing changes in the SQL 2008 R2 release, especially with the introduction of the DataCenter edition as the top-of-line edition. SQL Books Online documents the facts, as always, but sometimes...
Esoteric
Be Aware: Training Resource
Posted
over 2 years ago
by
Arvindsh
0
Comments
Recently, I was informed about some very useful resources (some free webcasts and information about SQL performance tuning related training) at www.sqlworkshops.com That initiative is headed by Ramesh Meyyappan, a former Microsoft employee who worked...
Esoteric
PowerGUI tip
Posted
over 2 years ago
by
Arvindsh
0
Comments
I recently faced a situation where the free space on my laptop disk was suddenly depleted. After some searching, I found that PowerGUI keeps its scripteditor logs at “C:\Users\<username>\AppData\Local\Quest Software\PowerGUI\Logs”. If you use PowerGUI...
Esoteric
Reconstructing the SQL Server Best Practices Toolbox
Posted
over 2 years ago
by
Arvindsh
0
Comments
Till some time ago, I used to direct my customers to http://msdn.microsoft.com/en-us/sqlserver/bb671432.aspx for obtaining scripts which use the DMVs in SQL 2005/2008 to retrieve very commonly used performance troubleshooting related information. Those...
Esoteric
Performance Dashboard Reports in SQL Server 2008
Posted
over 2 years ago
by
Arvindsh
1
Comments
While Activity Monitor in SQL 2008 does a good job depicting waiting tasks, top N queries etc.; many DBAs are simply too familiar with the erstwhile SQL Server 2005 Performance Dashboard Reports. While officially Microsoft does not support the usage of...
Esoteric
Windows Mobile Device Center: missing Icons
Posted
over 2 years ago
by
Arvindsh
0
Comments
I recently acquired a new Windows Mobile phone and was using the Windows Mobile Device Center to set up the partnership with my laptop. In the process, I came to a stage where I had to activate IRM as per the steps in Activate Information Rights Management...
Esoteric
Web installer for obtaining / installing debugging tools (WinDbg)
Posted
over 2 years ago
by
Arvindsh
1
Comments
Recently there has been a change to the way you obtain downloads of the WinDbg family of Debugging Tools for Windows. The classic link for the direct download of these installers was http://www.microsoft.com/whdc/devtools/debugging/default.mspx. Unfortunately...
Esoteric
Programmatically Getting version of loaded assembly
Posted
over 2 years ago
by
Arvindsh
1
Comments
I recently had to determine at runtime the version of the assembly containing a particular type. After some searching I hit upon this: System.Reflection.Assembly.GetAssembly(typeof(MyNamespace.MyType)).GetName().Version.ToString() Do note that this will...
Esoteric
Reportviewer and drillthrough
Posted
over 2 years ago
by
Arvindsh
0
Comments
I was doing some testing the other day with a ReportViewer control hosted in a WinForms application to do local mode report processing. As some of my reports had a drillthrough / navigation option set, I had setup a set of DrillthroughEventHandler to...
Esoteric
Replication and Linked Servers
Posted
over 2 years ago
by
Arvindsh
0
Comments
Problem I recently hit upon an issue with trying to setup a linked server to an instance which was already a subscriber to a publication. When replication is setup, it actually creates a remote server for the subscriber. However that ‘remote server’ is...
Esoteric
My Favorite SQL Server Blogs
Posted
over 2 years ago
by
Arvindsh
1
Comments
At our workshops and during other customer interactions, we are usually asked for links to good blogs and reading materials. Here is a list of my favorite SQL-related blogs, arranged in no specific order. http://blogs.msdn.com/craigfr : Craig Freedman...
Esoteric
Hack of the day: Shrink all log files in the instance
Posted
over 2 years ago
by
Arvindsh
0
Comments
Before I proceed, I will add two disclaimers: This script is provided as-is for knowledge purposes. It is not a recommendation, or in any way intended for production usage. No warranty or guarantee is made about the correctness of the script. Use it at...
Esoteric
Priority boost details – and why it’s not recommended
Posted
over 2 years ago
by
Arvindsh
5
Comments
Some times, we see customer has (accidentally or otherwise) enabled the option ‘boost priority’ for SQL Server worker threads. In general Microsoft does not recommend that you set this option. Why? First a bit of background. When we set the ‘priority...
Page 1 of 3 (60 items)
1
2
3