Sign in
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
PowerPivot
powershell
release
setup
sql
sql server
sql server 2005
sql server 2008
sql server 2008 R2
sql server 2012
SQLPASS
troubleshooting
upgrade
virtualization
Archive
Archives
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 and Big Data Troubleshooting + Tips
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
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 and Big Data Troubleshooting + Tips
New SQL Server Setup Portal is Live!
Posted
over 3 years ago
by
Cindy Gross
0
Comments
There's a new setup portal to help you out with any SQL Server 2008 or SQL Server 2008 R2 setup issues. You can search for setup content, get downloads, watch videos and more. Learn how to slipstream (new in SQL 2008 SP1) or sysprep (new in R2). Check...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
No new certifications for SQL 2008 R2
Posted
over 3 years ago
by
Cindy Gross
0
Comments
Some of you may be wondering if you should get the SQL Server 2008 certifications or wait for new SQL Server 2008 R2 certifications. There's no point in waiting, because there will not be any new exams for R2. See the blog below for the reasons why. If...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
JDBC 3.0 released
Posted
over 3 years ago
by
Cindy Gross
0
Comments
We have released our latest JDBC driver Microsoft SQL Server JDBC 3.0 in sync with SQL Server 2008 R2! In this release we added support for features introduced in SQL Server 2008, which includes date and time data types, sparse columns, MERGE statements...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
SQL Server 2008 R2 is has released!
Posted
over 3 years ago
by
Cindy Gross
0
Comments
It’s here! SQL Server 2008 R2 is available and faster than ever! SQL Server 2008 R2 has five published TPC-E benchmark results. It holds the top four performance results and the best price/performance result. The testing used up to 96 cores. Did you catch...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Visual Studio 2010 has launched!
Posted
over 3 years ago
by
Cindy Gross
0
Comments
You can now get Visual Studio 2010 and the Visual Studio 2010 and .NET Framework 4 Training Kit ! Look for a launch event near you. Other training kits: Silverlight 4 Training Kit SharePoint 2010 Training Kit Office 2010 Training Kit Windows...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
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 and Big Data Troubleshooting + Tips
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 and Big Data Troubleshooting + Tips
SQL Server Performance Tools - Boise Code Camp Presentation
Posted
over 3 years ago
by
Cindy Gross
1
Comments
Today I am presenting about SQL Server Performance Tools at the Boise Code Camp. You can download the slides and supporting files here on this blog (at the bottom it says Attachment(s): PerformanceTools.zip ). The basic agenda of items covered is: ...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Do you use JDBC with SQL Server?
Posted
over 3 years ago
by
Cindy Gross
0
Comments
If you use JDBC with SQL Server please fill out our survey before April 5, 2010. This is your chance to provide input for our next release, so take advantage while you can! http://blogs.msdn.com/jdbcteam/archive/2010/03/18/microsoft-sql-server-jdbc...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
SQL Server 2008 SP1 CU 7 and RTM CU10 Released
Posted
over 3 years ago
by
Cindy Gross
0
Comments
This week we released cumulative updates for both RTM (RTM based CU 10) and SP1 (SP1 based CU 7) of SQL Server 2008. · Build 2766: Cumulative update package 7 for SQL Server 2008 Service Pack 1 http://support.microsoft.com/kb/979065/en-us · Build...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
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 and Big Data Troubleshooting + Tips
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 and Big Data Troubleshooting + Tips
SQL DAC
Posted
over 3 years ago
by
Cindy Gross
0
Comments
When you start SQL Server (2005+) it creates a separate "Dedicated Administrator Connection" or DAC using a special TCP port. One sysadmin at a time can connect with this DAC connection by specifying Admin:ServerName\Instance. From SQLCMD you can either...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Remote Desktop Options
Posted
over 3 years ago
by
Cindy Gross
0
Comments
You probably use remote desktop to connect to your servers or other desktops. You may see Remote Desktop referred to as RDP, RDS, or MSTSC. One common concern is how to resize the remote desktop connection. You can use mstsc.exe to open your connection...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
SQL 2008 R2 Developer Kit now available!
Posted
over 3 years ago
by
Cindy Gross
0
Comments
You can download a free developer kit for SQL Server 2008 R2 (there's also one available for SQL 2008, the link is at the bottom of the R2 download page). Each kit has videos, samples, labs, and more to help you learn about new features. For instance...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
How to slipstream SP1 based CU5 into SQL Server 2008
Posted
over 3 years ago
by
Cindy Gross
0
Comments
Starting with SQL Server 2008 SP1 you can “slipstream” SP1 and/or SP1 + SP1 based CUs to avoid a multi-step installation process. http://blogs.msdn.com/petersad/archive/2009/04/16/create-a-merged-slipstream-drop-containing-sql-server-2008-server...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
SQL 2008 R2 releasing in May 2010
Posted
over 3 years ago
by
Cindy Gross
0
Comments
SQL Server 2008 R2 gets an official date http://blogs.technet.com/dataplatforminsider/archive/2010/01/19/sql-server-2008-r2-gets-an-official-date.aspx SQL Server 2008 R2 gets May release date http://www.infoworld.com/d/applications/sql-server...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
How to Find the Amount of Fragmentation on Your SQL Server Instance
Posted
over 3 years ago
by
Cindy Gross
0
Comments
Need to find the amount of fragmentation in all your indexes in all databases for a given instance of SQL Server 2005 or later? You can use the undocumented/unsupported sp_MSforeachdb to loop through all the databases. For more information on fragmentation...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
How and Why to Enable Instant File Initialization
Posted
over 4 years ago
by
Cindy Gross
0
Comments
See my new blog post (written with Denzil Ribeiro) about " How and Why to Enable Instant File Initialization " on our PFE blog . Keep an eye on the PFE blog for more posts from my team in the near future.
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Professional SQL Server 2008 Internals and Troubleshooting
Posted
over 4 years ago
by
Cindy Gross
0
Comments
Our new book, Professional SQL Server 2008 Internals and Troubleshooting, will be shipping soon! Order now! :-) Christian Bolton , Justin Langford , Brent Ozar , and James Rowland-Jones have each written several chapters in this book. Steven Wort , Jonathan...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Latest SQL Server 2005 Cumulative Updates - SP2 based CU17, SP3 based CU7
Posted
over 4 years ago
by
Cindy Gross
0
Comments
There are two new cumulative updates (CUs) available for SQL Server 2005 as of today. · SQL Server 2005 SP2 based CU17 ( 9.00.3356) . This is the last SP2 based CU as SP2 will no longer be supported after 1/12/2010 . KB = Cumulative update package...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
SQL Server's Default Trace
Posted
over 4 years ago
by
Cindy Gross
1
Comments
Are you familiar with SQL Server's default trace setting? It can be helpful with finding basic who/when type information on major events. For example, you may want to know who was creating and dropping databases on a given instance. SQL Server has...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
Backing up a corrupted SQL Server database
Posted
over 4 years ago
by
Cindy Gross
0
Comments
I had a question about how to do a backup and skip a corrupted block of data. First, DO NOT DO IT unless you absolutely have to, such as when you are taking a backup prior to trying to fix the corruption (which means you should be on the phone with Microsoft...
Cindy Gross - SQL Server and Big Data Troubleshooting + Tips
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...
Page 3 of 4 (98 items)
1
2
3
4