SQLMag = SQL Server Pro. Goes all-digital!

I was recently chatting with Megan Keller, my long-time editor for the Tool Time column and Executive Editor at SQL Server Pro, DevProConnections, and SharePoint Pro. I've subscribed to SQLMag ever since it was first put to print back in the late 1990's.  (That's a pic of me, on the right, in the shirt given my by SQLMag's first publisher way back in the day).  I have many bookshelves in my office, but SQLMag consumes more than half of the shelf closest to my desk.  It's that good.  Some of my personal favorites and perpetual must-read content are the columns SQL Server Questions Answered … [Read more...]

Starting this week: Dublin, Maidenhead, and London

This might be most most overcommitted four-week period of time ever in my life.  I'm tired just thinking about it! Not only am I traveling internationally and speaking over the next few weeks, I'm also helping on two book projects, learning some new applications from Quest Software, and helping on a small Transact-SQL refactoring project. Swag on hand? I've got a special printing of 500 video training DVDs for this trip: SQL Server Training on DMVs Performance Monitor and Wait Events Plus, I'll have a few posters, stickers, and other goodies.  Come see me!   SQL Saturday … [Read more...]

Dev Advice: Make a Tiny Dev Database Act Like a HUGE Prod Database

Here's an evergreen question.  It's a question that never completely goes away.  But lately, I've been getting it a few times per week.  So I thought it's time to readdress the question, which usually takes some form of the following: I can't really do effective development on my little dev laptop because our production SQL Server database is 15 gazillionbytes, way too big for my workstation.  What's a uber-nerd to do?  Well, maybe they didn't use the word "uber-nerd".  But you get my drift, right?  The production database is really, really big - unmanageably big for keeping a local copy.  … [Read more...]

Everybody Needs a Test Harness

When you're developing new Transact-SQL code or modifying some existing code, do you just launch directly into programming? I know that I did just that, for years.  It wasn't until I was trying to performance tune some existing code that I realized I hadn't actually taken caching of data and execution plans into account.  So all those modified stored procedures that I was so proud of might not actually be faster than the first generation of procedures because I hadn't checked to ensure that I was testing cached programs against uncached programs (and, by extension, the data used by those … [Read more...]

New on “Database Trends & Applications”

In last month's column, "2012 Might Really Be the End of the World as We Know It," I described a number of major developments in the IT industry that are likely to disrupt the life of database professionals everywhere.  I categorize those four disruptors - virtualization, cloud computing, solid state drives (SSD), and advanced multi-core CPUs - into two broad groups.  I'm going to continue an analysis of these disruptive technologies in inverse order.  Today, let's discuss SSDs. [READ MORE ON DATABASE TRENDS & APPLICATIONS ] … [Read more...]

Microsoft SQL Server Internals & Architecture Matter!

EPIC FAIL!  This was supposed to go out last week.  But I didn't schedule it properly, so I'd just like to point out that there are lots of other great webcasts to watch at the Pragmatic Works webcast URL below.  Plus, my session will be available via streaming by the end of the week.  And thanks the the 1600 folks who registered!   -=-=-=-   Come join me on Tuesday, August 2, 2011 11:00 AM - 12:00 PM EDT for a free webcast covering the internals and architecture of Microsoft SQL Server.  It's not everyday that a dry topic like this is presented in a fun and easy to … [Read more...]

Microsoft Windows Platforms Blog Watch

Remote Desktop Services Component Architecture Poster Grab your own poster! A visual guide to key Remote Desktop Services technologies in Windows Server 2008R2   Virtually Free Get the latest update rollup package for the Hyper-V role in Windows Server 2008 R2 and be sure to bookmark the Windows Virtualization Team Blog.  Be sure to check out blog World Simplified is a Virtual World. And doncha evah neglect application virtualization, such as the goodness at the App-V Product Team Blog.   Let's Optimize Some Desktops (Assuming You Have Gone Full Cloud … [Read more...]

From SQLMag Tool Time Column: SSMS Plug-in News

I first wrote about Mladen Prajdic's excellent tool in my Tool Time column at SQL Server Magazine HERE.    The tool is a nice plug-in to SSMS and definitely worth having.  If you’ve never installed it or have only installed an older version, but sure to pick up the newest release.  Here’s Mladen’s press release complete with hyperlink for the tool: SSMS Tools Pack 1.9.4 is out! Now with SQL Server 2011 (Denali) CTP1 support. As Mladen says: ...this release adds support for SQL Server 2011 (Denali) CTP1 and fixes a few bugs. Because of the new SSMS shell in SQL 2011 CTP1 the SSMS Tools … [Read more...]

Toad for Sybase Beta and Webcast Now Available

The Toad for Sybase webcast is now available on-demand.  Don't have Toad for Sybase?  Get it HERE while it's a free beta. There are two ways to access the webcast: 1. Quest.com - requires a username/password and gets tracked 2. ToadWorld - for quick viewing Go with option two if you don't wanna be tracked.  Lot's more Toad for Sybase goodies HERE. Enjoy! -Kev Twitter at kekline More content at http://KevinEKline.com … [Read more...]

Pulling real-time data from Twitter using StreamInsi​ght and Other Scandinavian Treasures

On my recent trip to SQLBits with subsequent visits to Dublin, Cologne, and Malmo (southern Sweden), I enjoyed a chance to meet several SQL Server MVPs, including Peter Larsson and Thomas Ivarsson. Among them, I enjoyed Johan Ahlen's article on Pulling real-time data from Twitter using StreamInsi​ght.  You can Find Johan's blog here.  I also enjoyed several other conversations, such as the one I had with Feodor Georgiev (blog).  I particularly enjoyed Feodor's guest post on SQLAuthority.com about waits in the round-trip loop from client to server back to client available HERE. There's a … [Read more...]