Sign in
Cindy Gross: SQL Server + Big Data
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Twitter
Follow @SQLCindy
Options
Blog Home
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
best practices
Big Data
Business Intelligence
cluster
Hadoop
HDInsight
hive
IO
Leadership
PASS
performance
Power View
PowerPivot
powershell
release
setup
sql
sql server
sql server 2005
sql server 2008
sql server 2008 R2
SQLPASS
tools
troubleshooting
upgrade
Archive
Archives
May 2013
(1)
April 2013
(2)
March 2013
(1)
February 2013
(2)
January 2013
(1)
November 2012
(1)
September 2012
(2)
August 2012
(1)
July 2012
(1)
May 2012
(1)
March 2012
(1)
February 2012
(3)
January 2012
(1)
November 2011
(1)
October 2011
(6)
September 2011
(4)
July 2011
(1)
April 2011
(2)
March 2011
(6)
January 2011
(1)
December 2010
(2)
November 2010
(1)
October 2010
(1)
September 2010
(2)
August 2010
(2)
July 2010
(3)
June 2010
(2)
May 2010
(2)
April 2010
(5)
March 2010
(4)
February 2010
(4)
January 2010
(3)
December 2009
(5)
November 2009
(4)
October 2009
(9)
September 2009
(1)
July 2009
(1)
June 2009
(3)
May 2009
(2)
April 2009
(1)
March 2009
(2)
February 2009
(1)
MSDN Blogs
>
Cindy Gross: SQL Server + Big Data
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Cindy Gross: SQL Server + Big Data
How to configure DTC for SQL Server in a Windows 2008 cluster
Posted
over 4 years ago
by
Cindy Gross
8
Comments
How to configure DTC for SQL Server in a Windows 2008 cluster [This post was revised 11 May 2009 with new mapping information, fixed formatting issues 23 March 2010] With Windows 2008 you now have the option to use multiple DTCs. There is a lot...
Cindy Gross: SQL Server + Big Data
Compilation of SQL Server TempDB IO Best Practices
Posted
over 4 years ago
by
Cindy Gross
3
Comments
It is important to optimize TempDB for good performance. In particular, I am focusing on how to allocate files. TempDB is a unique database in several ways. The ones most relevant to this discussion are: · It is often one of the busiest...
Cindy Gross: SQL Server + Big Data
Hurricane Sandy Mash-Up: Hive, SQL Server, PowerPivot & Power View
Posted
4 months ago
by
Cindy Gross
3
Comments
Small Bites of Big Data Authors : Cindy Gross Microsoft SQLCAT PM, Ed Katibah Microsoft SQLCAT PM Tech Reviewers: Bob Beauchemin Developer Skills Partner at SQLSkills, Jeannine Nelson-Takaki Microsoft Technical Writer, John Sirmon Microsoft SQLCAT...
Cindy Gross: SQL Server + Big Data
x64 Windows - Upgrade from 32bit SQL Server to 64bit SQL Server
Posted
over 4 years ago
by
Cindy Gross
6
Comments
Many people are now upgrading from 32bit to 64bit SQL Servers. Most of you have a match between your operating system and your SQL Server platform. For example, most of you install a 32bit SQL Server on 32bit Windows, and if you have the x64 platform...
Cindy Gross: SQL Server + Big Data
Moving data between 32-bit and 64-bit SQL Server instances
Posted
over 3 years ago
by
Cindy Gross
18
Comments
I was recently asked about whether SQL Server data can move between architectures, say from x64 to x86. Yes, you can move SQL Server data back and forth between x64, x86, and IA64 architectures. The data and log files themselves do not store anything...
Cindy Gross: SQL Server + Big Data
The ins and outs of MAXDOP
Posted
over 2 years ago
by
Cindy Gross
9
Comments
Configuring MAXDOP One of the few sp_configure options that good DBAs regularly change is “max degree of parallelism” or MAXDOP. So of course everyone is looking for the one best value to use for that setting. As with most things in...
Cindy Gross: SQL Server + Big Data
Using Mount Points with SQL Server
Posted
over 2 years ago
by
Cindy Gross
2
Comments
Using Mount Points with SQL Server Author: Cindy Gross, Dedicated Support Engineer Tech Reviewer: Min He, SQL Cluster PM Summary: Microsoft does NOT support installing or putting databases on the “root” of a mount point in SQL...
Cindy Gross: SQL Server + Big Data
PowerShell for SQL Server - Basics
Posted
over 2 years ago
by
Cindy Gross
2
Comments
PowerShell for SQL Server - Basics Cindy Gross, Dedicated Support Engineer Audience: SQL DBAs and/or developers who are familiar with basic SQL Server commands, SQL Server Management Studio (SSMS), and SQL Agent jobs. Basics PowerShell...
Cindy Gross: SQL Server + Big Data
How to Rename SQL Server
Posted
over 3 years ago
by
Cindy Gross
1
Comments
How to rename a SQL Server varies a bit depending on the SQL version, whether it is clustered or not, and whether you want to rename the server/virtual server part of the name (works except for SQL 2000 clusters) or the instance part of the name (requires...
Cindy Gross: SQL Server + Big Data
DBCC CHECKDB / Database Integrity
Posted
over 3 years ago
by
Cindy Gross
0
Comments
It is very important to understand DBCC CHECKDB. Make sure you run DBCC CHECKDB periodically and that if you do find some sort of corruption you address it immediately - both the current problem in the SQL Server database and the underlying problem that...
Cindy Gross: SQL Server + Big Data
Considerations for installing SQL Server on VMWare
Posted
over 4 years ago
by
Cindy Gross
1
Comments
You still need to follow the standard SQL Server best practices, security, and preparation when you install on a VMware VM. Below are some additional considerations with regards to VMware. Key points: · You must double check that your combination...
Cindy Gross: SQL Server + Big Data
Memory Trimming: A significant part of sql server process memory has been paged out.
Posted
over 3 years ago
by
Cindy Gross
7
Comments
I have written about this topic before (in my old SQLCommunity blog) but I still see lots of questions about it. So here is a simplified explanation of this memory trimming issue that is common with SQL Server on Windows 2003. On Windows 2003 you...
Cindy Gross: SQL Server + Big Data
SQL Server 2012 RC0 available
Posted
over 2 years ago
by
Cindy Gross
1
Comments
Release Candidate 0 (RC0) of SQL Server 2012 is available for download! That means you can start to experience a feature complete version of the next great SQL release. :-) We’re still looking at the first half of calendar year 2012 for the RTM...
Cindy Gross: SQL Server + Big Data
SQL Server and TCP Chimney
Posted
over 4 years ago
by
Cindy Gross
1
Comments
If you are using SQL Server or Analysis Services: I suggest you double check that your SNP settings, especially TCP Chimney Offset, are all OFF unless your NIC vendor has verified they support it and you have installed their version of drivers that support...
Cindy Gross: SQL Server + Big Data
What do those "IO requests taking longer than 15 seconds" messages on my SQL box mean?
Posted
over 3 years ago
by
Cindy Gross
1
Comments
You may be sometimes seeing stuck/stalled IO messages on one or more of your SQL Server boxes. This is something it is important to understand so I am providing some background information on it. Here is the message you may see in the SQL error...
Cindy Gross: SQL Server + Big Data
Leadership – Strengths and Weaknesses
Posted
over 2 years ago
by
Cindy Gross
2
Comments
Leadership – Strengths and Weaknesses As part of my attempt to grow as a leader I took the StrengthsFinder survey. I got this one from the Go Lead Idaho sessions I am attending. It’s based on a Gallup survey and is all based on self...
Cindy Gross: SQL Server + Big Data
SQL Server 2005 Clustering Tips/References
Posted
over 4 years ago
by
Cindy Gross
0
Comments
I have copied this over from an older blog . I have cleaned it up a bit to clarify a few areas and added some links. SQL Server 2005 Clustering Tips/References This information will supplement the clustering information I wrote in chapter...
Cindy Gross: SQL Server + Big Data
SQL Server lifecycle and the compatibility level settings
Posted
over 3 years ago
by
Cindy Gross
1
Comments
I've had several people ask how the compatibility mode/level fits in with the SQL Server lifecycle . For example, the question might be: once we no longer support SQL Server 2000, does that mean we don't support databases restored/attached to later versions...
Cindy Gross: SQL Server + Big Data
Power Saving Options on SQL Server
Posted
over 2 years ago
by
Cindy Gross
0
Comments
Power Saving Options on SQL Server Windows 2008 and Windows 2008 R2 have settings for “Power Options”. Windows 2008 R2 has additional power improvements related to “core parking” (temporarily suspending certain cores) and...
Cindy Gross: SQL Server + Big Data
Windows storport enhancement to help troubleshoot IO issues
Posted
over 3 years ago
by
Cindy Gross
0
Comments
For Windows 2008 and Windows 2008 R2 you can download a Windows storport enhancement (packaged as a hotfix). This enhancement can lead to faster root cause analysis for slow IO issues. Once you apply this Windows hotfix you can use Event Tracing for Windows...
Cindy Gross: SQL Server + Big Data
SQL Server 2008 setup may report a Windows 2008 cluster validation failure
Posted
over 4 years ago
by
Cindy Gross
0
Comments
You may receive the error "The cluster either has not been verified or there are errors or failures in the verification report" while installing a SQL Server clustered installation on Windows 2008. When see this error you must fix the underlying error...
Cindy Gross: SQL Server + Big Data
Do I need DTC for my SQL Server?
Posted
over 3 years ago
by
Cindy Gross
2
Comments
I get a lot of questions about the "best" way to configure the Distributed Transaction Coordinator (DTC) for SQL Server on a Windows 2008 cluster. There is no one best way to do it, and the first question you ask should be "do you even use DTC and if...
Cindy Gross: SQL Server + Big Data
Checklist for installing SQL Server 2005 as a clustered instance
Posted
over 4 years ago
by
Cindy Gross
1
Comments
Checklist for installing SQL Server 2005 as a clustered instance Windows/Hardware 1) Verify the Windows cluster is set up per basic best practices and that basic failover works. 2) Verify you have the latest patches, especially security patches...
Cindy Gross: SQL Server + Big Data
DMV series: sys.dm_db_partition_stats
Posted
over 3 years ago
by
Cindy Gross
0
Comments
DMV: sys.dm_db_partition_stats This DMV returns information for the current database context. It can tell you how many rows are in each table (per partition) and how much of the space is used and reserved for in-row, overflow, and LOB data (with...
Cindy Gross: SQL Server + Big Data
How People Abuse Their SQL Server Transaction Log - Things NOT to Do
Posted
over 4 years ago
by
Cindy Gross
0
Comments
Care and Feeding of the Transaction Log Want to learn more about how the transaction log works? Kalen Delaney, celebrated author of SQL Server 2008 Internals and the Inside SQL Server series as well as a world class trainer and performance tuner...
Page 1 of 4 (99 items)
1
2
3
4