April 12, 2012 2:00 PM
Posted by: Denny Cherry
Error Message,
Grant Fritchey,
Hyper-V,
SQL Server,
SQL Server 2000,
SQL Server 2005,
SQL Server 2008,
SQL Server 2008 R2If you have physical SQL Servers that you plan on moving into a virtual environment you'll want to double check your affinity mask settings before actually moving the machine from a physical server to a VM when using P2V software. The reason for this is that if the affinity mask is set for...
April 9, 2012 5:06 PM
Posted by: Denny Cherry
Error 29112,
MERGE statement,
Microsoft Operations Manager,
Microsoft System Center,
OperationsManager,
OperationsManagerDW,
SQL Server,
SQL Server 2005,
SQL Server 2008 R2,
System Center Management Configuration ServiceSomething which has come up when upgrading Microsoft Operations Manager 2007 to 2012 is that there is an extra step which isn't really documented in the Ops Manager upgrade guide. You see when upgrading from Ops Manager 2007 to 2012 you also need to upgrade the SQL Server to SQL Server 2008 R2 as...
March 1, 2012 2:00 PM
Posted by: Denny Cherry
Replication,
SQL Server,
SQL Server 2000,
SQL Server 2005,
SQL Server 2008,
SQL Server 2008 R2One of the great features with SQL Replication is the ability to initialize a subscription from backup instead of from a snapshot. The official use for this is to take a database backup and restore it to a subscriber then replicate any additional changes to the backup.
However this technique...
December 5, 2011 2:00 PM
Posted by: Denny Cherry
Federated Database,
SQL Server,
SQL Server 2005,
SQL Server 2008 R2Just because you did a schema design change before doesn't mean that you shouldn't look into doing another one. A while back, before I started working with Phreesia, they decided to fix some performance problems by federating some data. The data is question...
October 4, 2011 7:58 PM
Posted by: Denny Cherry
auto-stats,
SQL Server,
SQL Server 2008 R2,
SQL Server 2012,
Statistics,
Trace FlagI recently learned about a new trace flag which has been introduced in SQL Server 2008 R2 SP1 (and SQL Server "Denali"). This trace flag, number 2371, changes the way that the SQL Server figures out when auto-stats should kick in.
Up until now auto-stats was fixed to kick in every time that...
July 12, 2011 2:00 PM
Posted by: Denny Cherry
SQL Server,
SQL Server 2008,
SQL Server 2008 R2,
SQL Server 2012So I hit the error in the title the other night while converting a heap to a clustered index on a production system. After this error poped up, some other nasty stuff showed up in the error log, which I've included below.
Error: 9002, Severity: 17, State: 4.
The transaction log for...
June 15, 2011 5:27 PM
Posted by: Denny Cherry
BI,
Encryption,
SQL PASS,
SQL PASS 2011,
SQL Server,
SQL Server 11,
SQL Server 2000,
SQL Server 2005,
SQL Server 2008,
SQL Server 2008 R2,
SQL Server 2012,
SSAS,
Stacia MisnerSo I've managed to trick the kind folks of the SQL PASS program committee once again this year. I've gotten two sessions accepted for the summit.
The first is a "regular session" which is the normal 75 minute community session during which I'll be presenting "Where should I be encrypting my...
May 16, 2011 2:00 PM
Posted by: Denny Cherry
SQL Server,
SQL Server 2000,
SQL Server 2005,
SQL Server 2008,
SQL Server 2008 R2If you have a SQL Server, and you are doing transaction log backups on the database server you’ll notice that 99% of the messages in your ERRORLOG file are worthless. All they say is that the log was backed up successfully. Personally I don’t care that every 15 minutes all 30 databases had...
April 14, 2011 2:00 PM
Posted by: Denny Cherry
SQL Server,
SQL Server 11,
SQL Server 2005,
SQL Server 2008,
SQL Server 2008 R2,
SQL Server 2012,
SQL Server Management StudioBy default SQL Server Management Studio will only show you 256 characters per column. The fix for this is pretty easy. You click on Tools > Options to being up the options menu. From there navigate to Query Results > SQL Server > Results To Text. Change the "Maximum number of...