Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Carpe Datum
Data Flotsam and Jetsam
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
News
Having trouble with a feed from this site? Post a reply to any blog entry.
Tags
Administration
Agent
Best Practices
Book Review
Business Intelligence
Career
Certifications
Computing
Conferences
Connections
Customer Contact
DBA
Design
Developer
Development
Disaster Recovery
Documentation
Downloads
Encryption
Error Codes
Help
Indexes
Latest Version
Link Lists
Links
Locks
Longhorn
Maintenance
Maintenance Plans
Management
Metadata
Microsoft
Microsoft Update
MSDN
PASS
PBM
Performance Tuning
Personal
Planning
Podcast
Policy Based Management
PowerShell
Process
Questions
Quote Of The Day
Rant
Real World DBA
SCOM
Scripts
Searching
Security
Service Packs
SOA
SQL Server
SQL Server 2000
SQL Server 2008
SQL Server Documentation
SQL Server Downloads
SQL Server Management Studio
SSIS
SSMS
Standard Reports
Strings
Support
System Center Operations Manager
Technet
Testing
Tips
T-SQL
Tutorials
Upgrades
Virtualization
Walkthroughs
Web
Windows 2008
Recent Posts
Quote of the Day – The Definition of an Expert
Learning New Tech on SQL Server Virtualization – From Vendors
Find and learn DMVs
DBA? No – Data Professionals
Win7 – Install SQL Server Native or go Virtual PC?
Archives
November 2009 (5)
October 2009 (23)
September 2009 (22)
August 2009 (21)
July 2009 (23)
June 2009 (23)
May 2009 (21)
April 2009 (22)
March 2009 (23)
February 2009 (20)
January 2009 (22)
December 2008 (23)
November 2008 (19)
October 2008 (24)
September 2008 (22)
August 2008 (22)
July 2008 (21)
June 2008 (21)
May 2008 (21)
April 2008 (25)
March 2008 (23)
February 2008 (22)
January 2008 (21)
December 2007 (15)
November 2007 (18)
October 2007 (23)
September 2007 (21)
August 2007 (21)
July 2007 (1)
June 2007 (3)
May 2007 (3)
April 2007 (3)
March 2007 (2)
February 2007 (3)
Browse by Tags
All Tags
»
SQL Server Management Studio
Administration
Best Practices
Computing
Conferences
Connections
Customer Contact
DBA
Design
Developer
Development
Downloads
Encryption
Help
Latest Version
Maintenance
Maintenance Plans
Management
Metadata
Microsoft
PowerShell
Process
Questions
Rant
Scripts
SQL Server
SQL Server 2008
SSIS
SSMS
Standard Reports
Support
Tips
T-SQL
Tutorials
Virtualization
Walkthroughs
Web
Monday, November 02, 2009 6:28 AM
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
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
Administration
,
Design
,
SQL Server Management Studio
,
Computing
,
SQL Server 2008
,
Tips
,
Virtualization
Wednesday, October 28, 2009 8:13 AM
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>
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Scripts
,
Development
,
SQL Server
,
Administration
,
Design
,
SQL Server Management Studio
,
Tips
Monday, October 19, 2009 6:19 AM
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
Posted by
Buck Woody
|
1 Comments
Filed under:
SSMS
,
SQL Server
,
SQL Server Management Studio
Wednesday, October 14, 2009 8:37 AM
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
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
Administration
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
,
Best Practices
Tuesday, October 13, 2009 8:44 AM
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.
Posted by
Buck Woody
|
0 Comments
Filed under:
Tutorials
,
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
Wednesday, September 02, 2009 7:27 AM
T-SQL Prettifiers
OK, I don't think that's even a word, but the synonyms (can a non-word have a synonym?) are code beautifiers, sql formatters, etc. The basic idea is that it's a program that re-formats the text in a Transact-SQL statement using a standard set of rules.
Posted by
Buck Woody
|
0 Comments
Filed under:
T-SQL
,
Web
,
SSMS
,
Developer
,
DBA
,
Scripts
,
Development
,
SQL Server
,
SQL Server Management Studio
,
Rant
,
Tips
Monday, August 31, 2009 7:10 AM
Directly Opening a Solution in SQL Server Management Studio
I use Solutions a lot in SQL Server Management Studio (SSMS), and you should be aware of this simple tip: If you want to open a Solution without having to open SSMS and then jumping through all the menus, just double-click the solution name in the Windows
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
SQL Server Management Studio
,
Tips
Tuesday, August 04, 2009 8:06 AM
SQL Server Management Studio Projects and Solutions
Inside SQL Server Management Studio (SSMS), there's a feature I don't see used a great deal. It's called a "Project" and in effect it's just a way to bundle files, connections and scripts into a single package that you can navigate within SSMS.
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
SQL Server
,
Administration
,
SQL Server Management Studio
,
Tips
Thursday, July 30, 2009 9:45 AM
Code Collapse and Expand Feature in SQL Server Management Studio 2008
In SQL Server Management Studio 2008, whenever you have a "block" of code (BEGIN....END, etc) SSMS will put a little plus-sign in the margin and allow you to "collapse" that block of code so you only see the BEGIN, not stuff underneath.
Posted by
Buck Woody
|
2 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
Thursday, July 23, 2009 6:29 AM
SQL Server Management Studio Tips and Tricks
Are you getting everything out of your SQL Server tools that you can? I’ve given you lots of tricks and tips here on my blog, but nothing beats an on-screen demonstration. My good friend and former teammate Bill Ramos did a session on SQL Server
Posted by
Buck Woody
|
0 Comments
Filed under:
Walkthroughs
,
Web
,
SSMS
,
Developer
,
DBA
,
SQL Server
,
Administration
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
Thursday, July 16, 2009 8:08 AM
Moving the "Debug" Button
We made a tremendous amount of improvements in SQL Server Management Studio (SSMS) for SQL Server 2008. Some of them you can see, such as being able to add different columns in Object Explorer Details, and others you can't, such as the speed improvements
Posted by
Buck Woody
|
1 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
SQL Server
,
Administration
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
Tuesday, June 16, 2009 8:44 AM
SQL Server Management Studio - Copy With Headers
I'm writing this on the train to Seattle to visit with a customer this morning - I'm thankful for Wireless! Although setting up a wireless network for a train is a really big thing, sometimes it's the smaller things that make us happy. In SQL Server Management
Posted by
Buck Woody
|
1 Comments
Filed under:
SSMS
,
Microsoft
,
SQL Server Management Studio
,
SQL Server 2008
Wednesday, May 20, 2009 8:25 AM
A Template for Setting and Reading Extended Properties
In the SQLCMS project, I show an example of some "base tables" that you can create for the system. Whenever I create a database, or database object, I make use of a feature that's been around for quite awhile - Extended Properties. You can set and read
Posted by
Buck Woody
|
1 Comments
Filed under:
T-SQL
,
SSMS
,
Developer
,
DBA
,
Scripts
,
SQL Server
,
SQL Server Management Studio
Monday, April 27, 2009 6:50 AM
Quickly Locate Text in a Query Window in SSMS
Wow - long title. Anyway, my good friend Bill Ramos and I were chatting just the other day. He's a the guy at Microsoft that took my old responsibilities for SQL Server Management Studio (SSMS), and we were swapping tips and tricks. He showed me
Posted by
Buck Woody
|
4 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Scripts
,
SQL Server Management Studio
,
Tips
Monday, April 20, 2009 7:54 AM
Listing the Central Management Servers Programmatically
I don't normally advocate hitting the system tables in any database with direct queries, preferring instead to use views or functions that the vendor provides. But so far I haven't been able to find the view or function that would return the list of servers
Posted by
Buck Woody
|
1 Comments
Filed under:
T-SQL
,
SSMS
,
DBA
,
Management
,
Scripts
,
Metadata
,
Development
,
SQL Server
,
Maintenance
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
More Posts
Next page »