SQL Server with Mr. Denny:

Microsoft Windows


September 15, 2008  11:00 AM

Scaling the database out, not up.



Posted by: Denny Cherry
Federated Database, Microsoft Cluster Service, Scaling Out

When your database has grown beyond the performance capabilities of a single SQL Server, there are still ways get increase the system performance.  This requires using a technique called a Federating the database, this is also known as...

September 8, 2008  11:00 AM

How to configure DTC on Windows 2008



Posted by: Denny Cherry
KB 250367, MS DTC, MSCS, RPC, SQL, Windows 2008

This post is specifically about setting up DTC on Windows 2008.  If you are looking for the post about setting up DTC on Windows 2003 you'll want to go to the post "

  Bookmark and Share     3 Comments     RSS Feed     Email a friend


August 19, 2008  4:52 PM

Tuning SQL Server performance via disk arrays and disk partitioning



Posted by: Denny Cherry
Article, Disk Alignment, Diskpart, Storage

I've published another tips on SearchSQLServer.com called "Tuning SQL Server performance via...

Bookmark and Share     13 Comments     RSS Feed     Email a friend


August 7, 2008  11:00 AM

How to configure DTC on Windows 2003



Posted by: Denny Cherry
KB 250367, MS DTC, MSCS, RPC, SQL, Windows Server 2003

Back in the Windows 2000 days, getting DTC to work was easy.  It was setup by default to work.  There wasn't a whole lot of configuration which needed to be done...


July 17, 2008  11:00 AM

Book: The Windows Manager’s Guide to iSCSI SANs



Posted by: Denny Cherry
Exchange, Microsoft Windows, SQL, SQL Server 2005, SQL Server 2008, Storage

That's right I said a book.  Well it's actually an eBook but good enough right?  The best part is that it's available for free.  It's a three chapter eBook called "The Windows Manager's Guide to iSCSI SANs".  Each chapter was posted separately so you have to click through to each...


June 23, 2008  11:02 AM

How much performance are you loosing by not aligning your drives?



Posted by: Denny Cherry
Disk Alignment, Diskpar, Diskpart, SQL Server, Storage

Myself and many other people have been saying for quite a while now that you need to align your disks before putting data on them.  I know have some information on how you can figure out just how much potential performance you are loosing by not aligning.  Before we can begin to figure this...


June 12, 2008  5:24 AM

Use caution when upgrading SQL 2008 CTP SSIS packages to RC0



Posted by: Denny Cherry
Beta, Migration, SQL Server 2005, SQL Server 2008, SSIS

A ran across a bit of a problem when upgrading my SQL 2008  CTP 5 (November 2007) SSIS Packages to SQL 2008 RC0.  Apparently Microsoft has changed the way that they handle the script tasks within the SSIS packages.  Because of this when I edit all of the script tasks within my SSIS package the...


May 21, 2008  5:04 PM

EMC World 2008 Day 2



Posted by: Denny Cherry
EMC, EMC World 2008, FLARE 26, MirrorView Cluster Enabler, MirrorView SE, MSCS

Yesterday was an very busy day.  I didn't have time to think, much less put together a post about it.  I hit every session which I was looking for including the always hard to get into Navisphere Manager Hands-on workshop. The session I probably got the most out of was the session on what's...


April 11, 2008  12:00 PM

Back To Basics: Logins and Users, what’s the difference?



Posted by: Denny Cherry
Back To Basics, LOGIN, USER

Usually Logins and Users are words which are interchangeable with each other.  However in Microsoft SQL Server they are very different things.  Because everyone assumes that they are the same thing, it can get a little confusing. Logins are created at the database server instance level, while...


March 31, 2008  10:00 AM

Back To Basics: The UPDATE Statement



Posted by: Denny Cherry
Back To Basics, SQL, SQL Server 2000, SQL Server 2005, SQL Server 2008, T/SQL, UPDATE

After you've inserted the data into the table, it's time to update the data.  We do this by using the UPDATE statement.  The update statment can be used in two ways.  The first is to update a record or set of records in a single table, by simply filtering the data in the table by using values...