What I learned on 2010-03-11

by swjohnson 3/11/2010 5:05:00 PM

What I learned on 2010-02-10

by swjohnson 2/10/2010 5:04:00 PM

Another Free Tool...DBSophic Trace Analyzer...

by swjohnson 11/18/2009 3:44:00 PM
I do lots of profiling on various SQL Server systems and I came across DBSophic's SQL Trace Analyzer today.  I have downloaded and ran a few small profiles against and I really liked what I saw.  Tomorrow, I will be running some larger traces against it and see how it stacks up.  

More Free E-Books...

by swjohnson 8/13/2009 1:57:00 AM

As you know, I am a big fan of Free...here are some other goodies:

Engineering Software for Accessibility by Microsoft Press. In an effort to enable software developers to create accessible Windows applications, we wanted to share our process with the community. We have captured this engineering process in a new book, Engineering Software for Accessibility. The book addresses three basic questions:

  1. How do you plan for accessibility?
  2. How do you design your software for accessibility?
  3. How can you implement and test to your software to confirm it meets the accessible design?

You will learn that properly implemented accessibility enables access to Windows applications for users with a variety of capabilities.  

Get it before it is gone!

- - - - - - - - -  

SQL Server Tacklebox by Rodney Landrum. Essential tools and scripts for the day-to-day DBA that helps with Scripts, tools and techniques to tackle SQL Server issues, Troubleshoot performance issues, Receive notifications of impending issues, Fight off data corruption, Document and report on your servers, Automate and standardize SQL Server installation, Migrate data and manage data growth, and Secure access to your servers.    

This is sponsored by Red-Gate Software.   

links for 2009-08-08

by swjohnson 8/8/2009 5:05:00 PM

links for 2009-08-05

by swjohnson 8/5/2009 5:03:00 PM

links for 2009-07-27

by swjohnson 7/27/2009 5:02:00 PM
  • SQLClue is a series of DBA tools by Bill Wunder to help you: 1. monitor SQL Server metadata change in mixed SQL Server 2000, 2005 and 2008 environments 2. share, search, and improved the knowledge and information of the data center as a data team 3. define and meet the business continuity needs of the data center 4. provide Database Developers with as needed access to the bits and behaviors of live systemns without direct live system access to accelerated the development environment.
  • This white paper describes load strategies for achieving high-speed data modifications of Microsoft SQL Server database

Free EBooks to help your learning...

by swjohnson 2/7/2009 8:17:00 AM

I ran across a couple of good links for free e-books about Microsoft SQL Server and figured I should share them.  

Introducing SQL Server 2008 by Peter DebettaGreg Low, and Mark Whitehorn.  You can learn about the new features SQL Server 2008 including Security and Administration, Performance, Type System, Programability, Storage, High Availability, and Business Intelligence.  

Brad's Sure Guide to SQL Server 2008 by Brad McGehee.   This is about SQL Server 2008 and also includes two of his other books:  How to become an exceptional DBA and DBA Best Practices.  

Mastering SQL Server Profiler by Brad McGehee.  As its name implies, learning all about SQL Server Profiler (2005) and how it can help you make your systems faster.  

Dissecting SQL Server Execution Plans by Grant Fritchey.  Hey, this is an awesome book that talks about how you can read the excution plans and make your system go faster....hey who wouldn't want that?

Hopefully you will find these helpful.   

Also, if you know of any others, please let me know.

 

Source Control for SQL Server...

by swjohnson 1/21/2009 1:45:00 AM

Some one asked the other day about source control for SQL Server.  I groaned as I knew what was coming next.  Don't get me wrong, I believe in source code control as it has saved my rear-end many times.  However, none of the tools do exactly what I want and nothing is seamlessly integrated within SQL Server.  Anyhow, here is a list that I have from my research (in no particular order).

SQLVSS is integration solution for SQL Version Control, it scripts database objects into Visual Source Safe, keeps records of different versions of database throughout the development process without storing a copy of the entire database each time. it simplified troubleshooting process by knowing exactly what has changed, and has the ability to roll back changes to prior version of the objects.

DB Ghost tools, in conjunction with any source control system, provide a true change management solution for SQL Server 2000, 2005 and 2008 code. It guarantees a full audit trail and complete database integrity by building and promoting databases directly from a source control system whilst preserving data in the target databases.

Embarcadero Change Manager offers database administrators and developers a powerful set of tools to simplify and automate the database change management lifecycle.

SQL Compare is the industry-standard tool for comparing and synchronizing SQL Server database schemas. 

Change Director for SQL Server provides a powerful automated solution for managing and tracking schema changes to SQL Server databases.

Randolph is a new and unique solution that revolutionizes the way version control and change management is done for SQL Server. It shifts the responsibility for versioning from the users to the software.

SQL Source Control 2003 enables source control of code and documentation of your databases. Full source control and documentation versioning support is possible through integration with Visal Source Safe.

SQLSourceSafe Integrates with both SQL Server and Visual SourceSafe, providing an effective and effortless SQL code version control management system for individuals and project teams to manage SQL Server database objects. It also provides a development platform for developers to work on and execute their SQL objects and scripts.

Good luck and I hope you find something that meets your needs. Oh and if you have any others to add, just us the contact page above and let me know!

New Tools....

by swjohnson 11/10/2008 3:44:00 PM

I am always on the lookout for new tools and when they are free...you can't really complain!

Here are some new ones that are rather interesting so make sure and check them out!

SQL Server 2005 Express Profiler  is a free profiler for the Express Edition of SQL Server.

SQL Scripter is a data export and scripting utility for MS SQL Server.

SSMS Tool Pak  is an Add-In that gives the Management Studio some neat features such as CRUD generation and a whole host of neat little featuers that MS left out.

Sentrigo Hedgehog Standard is a free host-based software solution for real-time database monitoring, auditing and breach prevention.

Red-Gate Log Shipping Monitor is a free tool for collating and summarising SQL Server Log Shipping activity.

I also have a list of several others over at my main website so stop over there and see the full list. 


Feeds