Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server

Learning New Tech on SQL Server Virtualization – From Vendors

I’m at PASS this year, and one of the things I’ve learned this time is that I can learn from – the vendors!  Most of the “big” names are here, like Idera, Redgate, Quest, and more, but I ran into some folks yesterday I hadn’t spoken with before –

Find and learn DMVs

This morning I showed how I find DMVs, and find out how to use them. First, I just run this query:   USE MASTER; GO SELECT ‘sys.’ + name FROM sys.sysobjects WHERE name LIKE ‘dm%’   Then I copy and paste a result into the “Index” panel of Books

DBA? No – Data Professionals

I’m here at the Professional Association for SQL Server (PASS) this week, and I’m here in the keynote. A few days ago I ranted about the fact that DBA should be a Data Professional – not an administrator. I’ve heard a lot of response about that blog –
Posted by Buck Woody | 0 Comments
Filed under: , , ,

Win7 – Install SQL Server Native or go Virtual PC?

I have Windows 7 on my laptop, and I also teach, demo and use SQL Server 2005 and SQL server 2008. Should I install this “native” on my outside operating system or use the Virtual PC (VPC) software that comes with Windows 7? Well, there are arguments

Don’t be a DBA – Be a Data Professional

I get asked quite frequently now about the “Cloud” technology and how it will affect the job of the DBA. The answer to that is pretty easy: If you’re “just a DBA”, then it will affect you a great deal. The fact that someone else will add users, take backups
Posted by Buck Woody | 0 Comments
Filed under: , , ,

Templates for New Query Window

When I’m in SQL Server Management Studio and I click the “New Query” button, my Query Window comes up like this: /* <ScriptFileName, SYSNAME, ScriptFileName>.sql Purpose: <Purpose, SYSNAME, Purpose> Author: <Author, SYSNAME, Buck Woody>

Disaster Response and the Physical Plant

Near our home is a Dam about to break. It was built long ago, and even though millions were taxed and spent for it, little to none of that money ever got to the actual shoring up and maintaining the dam  over time (don’t get me started). Anyway,

How Normal(ized) Should You Be?

Normalization is the process of removing repeating values from your data design, and ensuring that the values depend on the Primary Key in the table. OK, it’s a bit more complicated than that, but this definition will do for this post. So how far DO you

The 20 Queries

In the book “The Fourth Paradigm” , Jim Gray describes the modeling process he came up with modeling large databases. He was working with scientists, researchers and others, and the data sets they were generating were huge – terabytes of data at a time.

The Fourth Paradigm

Microsoft Research published a book based on Dr. Jim Gray’s research into Computer Science, called “The Fourth Paradigm”. It’s about 300 pages long, and it fascinated me so much I stayed up reading it last night. I have so many notes to decompress it

Color Me Informed

I got a response via e-mail to my post on using color connections – and I wanted to share it here: “ I just read your tip for color coding your Mgmt Studio connection.  I wanted to point out a couple things.  If you connect to a server where

Color Your Connections

In cyber-space, no one can hear you scream. Have you ever connected to a server, thought it was a testing or development system, and only a split second after you pressed “F5” to run that command, realized that it was the production server? Yeah….me neither

Go To Find Combo

A friend of mine – Bill Ramos – showed me a little-used feature in Management Studio that I’ve been using ever since. It’s a combo box that works in the Query Window and it allows you to find text quickly in a script, but it also has a hidden benefit.

DBAs and Metallurgy

Most of the time the business side of the house isn’t that technology-savvy. Sure, they know how to use their systems and even have a computer at home, but it’s not like they could calculate a TCP/IP subnet, nor should they. I was helping with a project

Channel 9 – The PASS Interviews

I recently interviewed (on Channel 9) a few of the folks that are presenting at PASS this year – I thought I would share the links so you can check them out: http://channel9.msdn.com/posts/LarryLarsen/Upcoming-SQL-PASS-Summit-1/ http://channel9.msdn.com/posts/LarryLarsen/Upcoming-SQL-PASS-Summit-2
More Posts Next page »
 
Page view tracker