I want some Moore

Blog about stuff and things and stuff...
mostly about SQL server and .Net
posts - 156, comments - 1392, trackbacks - 33

Free SQL Server tools that might make your life a little easier

Update: New Stuff from the latest update will be in RED.

This list will grow as I find new tools. So if you know of some not on this list do post them in the comments.

 

SQL Server Management Studio Add-in's

SSMS Tools Pack - an add-in with lots of IDE options (Query Execution history, regions, debug sections, CRUD stored procedures creation, new query templates, running custom scripts from Object explorer's context menu) for SQL Server Management Studio and SQL Server Management Studio Express

Data Scripter - generates insert statements for a table

Create Database Snapshot - simple GUI for creating a database snapshot

Sort SQL Project Files - sorts SQL project files

The Black Art of Writing a SQL Server Management Studio 2005 Add-In - a how-to article and a Search DB Objects add-in with code

How to create SSMS Add-in - an article that describes how to create add-ins without any source code

 

Free SQL Server books

"Boost your DBA expertise" and "DBA Best Practices"  - two free books by RedGate

 

SQL Injection tools

Top 15 free SQL Injection Scanners - 15 free SQL injection scanners :)

Microsoft Source Code Analyzer for SQL Injection - a static code analysis tool for finding SQL Injection vulnerabilities in ASP code

UrlScan v3.0 Beta - a Microsoft security tool that restricts the types of HTTP requests that Internet Information Services (IIS) will process

HP Scrawlr - crawls a website, simultaneously analyzing the parameters of each individual web page for SQL Injection vulnerabilities

Blind Sql Injection Brute Forcer version 2 - accepts custom SQL queries as a command line parameter and it works for both integer and string based injections.

 

Administration

SQL Web Data Administrator - enables you to easily manage your SQL Server data from a web browser

SQL Server Cache Manager - allows you to return information about what is stored is the SQL Server cache and how efficiently it is being used.

SQL Internals Viewer - a tool for looking into the SQL Server storage engine and seeing how data is physically allocated, organized and stored.

Microsoft SQL Server 2000/2005 Management Pack - monitors the availability and performance of SQL Server 2000 and 2005 and can issue alerts for configuration problems.

Performance Analysis of Logs (PAL) Tool - tool that reads in a performance monitor counter log (any known format) and analyzes it using complex, but known thresholds (provided).

Microsoft Baseline Security Analyzer - helps small- and medium-sized businesses determine their security state in accordance with Microsoft security recommendations and offers specific remediation guidance

RML Utilities for SQL Server (x86) and (x64) - tools to help database administrators manage the performance of Microsoft SQL Server: Overview

SQLDumper.exe - comes with SQL Server. Installed at ..\Microsoft SQL Server\90\Shared\SQLDumper.exe. Generates a dump file on demand for any Microsoft Windows application.

SQL Server 2005 Partition Management - helps in data loading and extraction from partitions

SQLdiag Utility - a general purpose diagnostics collection utility that can be run as a console application or as a service (comes with SQL Server)

SQL Nexus - analyzes SQLDIAG captures

PSSDiag Utility - a general purpose diagnostic collection utility that Microsoft Product Support Services uses to collect various logs and data files

SQL Recon - performs active and passive scans of your network in order to identify all of the SQL Server/MSDE installations in your enterprise

SQL Server 2005 Express Profiler - a free SQL Profiler for SQL Express

Log Parser 2.2 - provides query access to log files, XML files and CSV files, the Event Log, the Registry, the file system, and Active Directory

Microsoft SQL Server Management Studio Express - apparently a lot of people don't know this exists. Stripped down version of SSMS

SQL Server 2005 System Views Map - a nice map of all the DMV's and links between them

SQL Server Web Data Administrator - admin your SQL Server over the web

SQL Server Express Utility - simple interaction with SQL Server

TableDiff.exe - utility that compares 2 tables for differences in data and schema for SQL Server 2000 and 2005

DMVStats - collects, analyzes and reports on SQL Server 2005 DMV performance data

 

Best practices, analysis, health and performance

SQL Server FineBuild - provides one-click install and best-practice configuration of SQL Server 2005.

SQL Server 2005 Assessment Configuration Pack for Sarbanes-Oxley Act (SOX) - contains configuration items intended to help you establish and validate a desired configuration for your SQL 2005 servers in order to support your Sarbanes-Oxley compliance efforts

SQLIO GUI - user interface for SQLIO Disk Subsystem Benchmark Tool

SQLQueryStress -  automatically collects metrics to help you determine whether your queries will perform under load, and what kind of resource strain they put on your server

SQLIO Disk Subsystem Benchmark Tool - used to determine the I/O capacity of a given configuration

SQL Server 2005 Best Practices Analyzer - lets you verify the implementation of common Best Practices in SQL Server 2005

SQL Server 2000 Best Practices Analyzer - lets you verify the implementation of common Best Practices in SQL Server 2000

SQL Server Health and History Tool (SQLH2) - collects information from instances of SQL Server to determine how SQL Server is being used

SQL Server Health and History Tool (SQLH2) Performance Collector - optional tool to collect performance counters that are consumed by the SQLH2

SQL Server Health and History Tool (SQLH2) Reports - reports needed to view the data collected by the SQLH2

SQL Server 2005 Performance Dashboard Reports - performance reports that integrate into SQL Server Management Studio

Microsoft SQL Server 2000/2005 Management Pack - monitors the availability and performance of SQL Server 2000 and 2005 and can issue alerts for configuration problems

 

Database Publishing to hosted servers

Microsoft SQL Server Database Publishing Wizard - provides a way to publish databases to T-SQL scripts or directly to supporting hosting service providers

Microsoft SQL Server Database Publishing Services - deployed by shared hosting providers to enable publishing of SQL Server databases over the Internet

 

Upgrade and Migration

Microsoft SQL Server 2005 Upgrade Advisor - used when upgrading from lower SQL Server version to SQL Server 2005

SQL Server Migration Assistant for Access

SQL Server Migration Assistant for Oracle

SQL Server Migration Assistant for Sybase ASE

 

SQL Server Analysis Services

MDX Script Performance Analyser - allows the user to identify how much each calculated member, named set and scoped assignment in an Analysis Services cube's MDX script contributes to the overall performance of a given MDX query.

Microsoft SQL Server 2005 Data Mining Add-ins for Microsoft Office 2007 - SQL Server 2005 predictive analytics in Office Excel 2007 and Office Visio 2007

 

SQL Server Integration Services

DTLoggedExec  - allows you to run a Sql Server Integration Services (SSIS) Package producing a full and detailed logging information of execution status and package runtime data.

 

SQL Server 2005 BI Development Studio (BIDS)

BIDS Helper - Add-in for Visual Studio Business Intelligence Development Studio

 

Samples

SQL Server Analysis Services Product Samples

SQL Server 2005 Samples and Sample Databases

 

Non MS stuff

SQL CLR Project - a tool that allows you to deploy .NET assemblies to SQL Server. Pretty COOL if you work with SQL CLR a lot

SQL Designer - online SQL Database designer. Contains Importing and Exporting scripts to and from different formats

DbDiff and DbScripting - Compare SQL Server database structures and generate scripts

SQL Accord Community Edition - compares database schema

Quest software's Comparison Suite for SQL Server - tried it... pretty slick

Bypsoft's DBTYP.NET - compares SQL Server, MySQL and Oracle databases. Cross database comparison of schemas and data.

SQL DB Tools - SqlDbDiff, SqlDbSearch and SqlDbSize utility

ClearTrace - utility to easier read your saved trace files

SQL Sripter - data export and scripting utility for Microsoft SQL Server

ScriptDb - data export and scripting utility for Microsoft SQL Server

Idera's Free Tools - SQL Server backup and recovery tool, performance dashboard and logons and permissions transfer tool

 

SQL and other code Formatting

Jean-Claude Manoli's code formater - online formatting. I use this for my blog's code formatting. Has source code download and formats C#, VB, HTML/XML/ASPX  , T-SQL and MSH

SQLinForm - online and desktop versions

Simple Talk's Prettifier - online format tool for T-SQL, C# and VB.

Wangz's Instant SQL Formatter- formats SQL for pretty much all know databases, they also have an add-in for SSMS and QA but it's not fully free so no link :)

 

 

Even if none of this stuff helps you at the moment it's good to know they exist.

Because DBA-ing is like a box of chocolates, you never know what you're going to get :)

 

kick it on DotNetKicks.com
 

Print | posted on Tuesday, November 20, 2007 6:31 PM

Feedback

# re: Free SQL Server tools that might make your life a little easier

I think you should also Microsoft SQL Server Management Studio Express put up there. I'm still surprised to find devs that don't know it even exists.
11/20/2007 8:53 PM | David

# re: Free SQL Server tools that might make your life a little easier

Beautiful list! I love it, I was diggin for hours yesterday attempting to create a list just like this.

I only got but so far (http://adronbhall.com/blogs/technology__software_development/archive/2007/11/19/5943.aspx)

I guess you could say I got slightly distracted also. :(
11/20/2007 8:58 PM | Adron

# re: Free SQL Server tools that might make your life a little easier

www.sqldbtools.com
11/20/2007 9:59 PM | John S.

# re: Free SQL Server tools that might make your life a little easier

The Web Data Administrator is now an open source (well, Microsoft Permissive License) project at: http://www.codeplex.com/SqlWebAdmin, which has a newer version than the link you've posted above.
11/21/2007 5:25 PM | Ryan Davis

# re: Free SQL Server tools that might make your life a little easier

thanx ryan! fixed.
11/21/2007 5:28 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

Free online sql formatter:
http://www.wangz.net/gsqlparser/sqlpp/sqlformat.htm
11/22/2007 2:23 AM | James

# re: Free SQL Server tools that might make your life a little easier

What about Scriptio?
11/22/2007 4:07 PM | AndrewSeven

# re: Free SQL Server tools that might make your life a little easier

http://www.sqlinform.com
Free online and desktop SQL Formatter for SQL Server and others (yes, there are other DBs beside SQL Server)
11/22/2007 8:41 PM | GuidoMarcel

# re: Free SQL Server tools that might make your life a little easier

thanx :)
11/22/2007 8:43 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

Log Parser 2.2
http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx
11/23/2007 3:38 AM | Kris Brixon

# re: Free SQL Server tools that might make your life a little easier

DBTYP.NET - Free comparison of SQL Server, MySQL and Oracle databases. Cross database comparison of schemas and data.
http://www.bypsoft.com
11/23/2007 7:17 AM | Chris

# re: Free SQL Server tools that might make your life a little easier

Code generation for Sql Server 2000.
11/23/2007 9:59 AM | Anthony Healey

# re: Free SQL Server tools that might make your life a little easier

I love this free database comparison tool from Quest. It works perfectly, I use it every week!
http://www.quest.com/Comparison-Suite-for-SQL-Server/
11/23/2007 5:20 PM | Glynne Smith

# re: Free SQL Server tools that might make your life a little easier

One have must use this site...............
11/24/2007 8:45 AM | Niteen Lahane

# re: Free SQL Server tools that might make your life a little easier

I want a free hosting server where i can host my sql server database absolutely free,can you give me name of hosting site or company where i can host my database freely .

thanks
shailehs thpaa
11/24/2007 9:19 AM | shailesh thapa

# re: Free SQL Server tools that might make your life a little easier

I would like member in this profile.and i will get new every thing at all.
11/25/2007 3:29 AM | theany

# re: Free SQL Server tools that might make your life a little easier

I want to join this profile and get every new thing
11/26/2007 11:36 AM | Murtuza

# re: Free SQL Server tools that might make your life a little easier

@ theany & Murtuza
what profile are you talking about??

@shailesh thapa
no idea on that
11/26/2007 11:38 AM | Mladen

# re: Free SQL Server tools that might make your life a little easier

Have put together freeware Windows GUI and command-line versions of an SQL formatting/indenting utility.

http://www.curiousdevelopments.net/opensource/SQLNeatener.zip

It is ambitious in its formatting, trying to do much more than match the starts and ends of blocks but doesn't always get it right.

It does not yet have the source code included, just the binaries (and is written in Delphi). Planning to port it to c# and release the code as open-source next year.

11/27/2007 10:08 AM | Pat Connors

# re: Free SQL Server tools that might make your life a little easier

Hey Mladen -- what a great post this has become! That's the most "Kicks" I've ever seen!

Anyway, I just noticed this:

http://sqlprofiler.googlepages.com/

I have not tried it yet, but it is free and looks like it may be handy if you have only SQL Express.
11/29/2007 3:19 PM | Jeff Smith

# re: Free SQL Server tools that might make your life a little easier

sweet! it'll definitly go into the next update.
11/29/2007 3:21 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

You may also be interested in SSIS dedicated tools. Here's mine:
http://www.codeplex.com/DTLoggedExec
12/3/2007 1:00 PM | Davide Mauri

# re: Free SQL Server tools that might make your life a little easier

of course i am. keep 'em coming!! :)
12/3/2007 5:29 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

First of all, great post, I am trying out a few new tools I haven't even heard of

SQL Internals Viewer
SQL Internals Viewer is a tool for looking into the SQL Server storage engine and seeing how data is physically allocated, organised and stored.
http://www.sqlinternalsviewer.com/

SQL Accord CE Edition
robust (and free) comparison functionality for Microsoft SQL Server
http://www.sqleffects.com/

SQL Recon
SQLRecon performs both active and passive scans of your network in order to identify all of the SQL Server/MSDE installations in your enterprise.
http://www.specialopssecurity.com/labs/sqlrecon/
12/11/2007 3:08 PM | Jerry Hung

# re: Free SQL Server tools that might make your life a little easier

sweet jerry, sweet!! thanx!
12/11/2007 3:10 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

Nice list! Many thanks! Another new tool that I've found just several days ago is a new edition of scriptlogic's security explorer. This new version 6.6 supports managing sql server permissions. Take a look here: http://www.scriptlogic.com/products/security-explorer/sql-server Permissions searching and some other useful features sounds promising! As I understood it's not free but I suppose the price is reasonable.
12/21/2007 2:44 PM | Clark

# re: Free SQL Server tools that might make your life a little easier

good list, but why didn't sqlspec make the cut?

:)
12/22/2007 8:10 AM | Jesse

# re: Free SQL Server tools that might make your life a little easier

it didn't? i'll add it to the list. thanx!!!
12/22/2007 3:48 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

Free Database compare/ scripter with source code:

www.codeplex.com/dbdiff
1/3/2008 11:18 AM | safi

# re: Free SQL Server tools that might make your life a little easier


A visual query builder comes with free Oracle db Apex
1/16/2008 7:52 PM | OracleTube.com

# re: Free SQL Server tools that might make your life a little easier

How about those:

xSQL Object (http://www.xsqlsoftware.com/Product/Sql_Schema_Compare.aspx) for comparing and synchronizing SQL Server database schemas - it is free for SQL Server Express with no restrictions and also free for other editions of SQL Server (in those other editions it restricts the number of objects). It also includes scripting functionality completely free no restrictions for any SQL Server editions.

xSQL Data Compare (http://www.xsqlsoftware.com/Product/Sql_Data_Compare.aspx) for comparing and synchronizing data (same licensing scheme as the xSQL Object above)

xSQL Script Executor (http://www.xsqlsoftware.com/Product/Sql_Server_Script_Executor.aspx) a free tool for executing multiple scripts against a database

xSQL Object Search (http://www.xsqlsoftware.com/Product/Sql_Database_Object_Search.aspx) - a free tool for searching for objects in SQL Server 2005

RSS Reporter for SQL Server (http://www.xsqlsoftware.com/Product/Sql_Server_Rss_Reporter.aspx) - free for one SQL Server instance - automatically generate aggregate RSS Feeds with job status information from multiple servers; turn the results of a T-SQL query into an RSS feed and more.
1/17/2008 6:43 PM | JC

# re: Free SQL Server tools that might make your life a little easier

How to know the parsers?
like
sp_xml_preparedocument and soon
2/8/2008 10:18 AM | Rakesh

# re: Free SQL Server tools that might make your life a little easier

@rakesh:
what do you mean?
2/8/2008 2:47 PM | Mladen

# oyun

good list
2/25/2008 8:44 PM | oyun

# re: Free SQL Server tools that might make your life a little easier

thanx man
2/27/2008 12:59 AM | oyun

# re: Free SQL Server tools that might make your life a little easier

Thank you!
2/28/2008 2:35 PM | Jeff M

# re: Free SQL Server tools that might make your life a little easier

GOOD
3/5/2008 10:03 AM | ytku

# re: Free SQL Server tools that might make your life a little easier

Hi,

I have requirement to convert TSQL stored procedure to .NET CLR Stored procedure. Anyone knows any conversion tool, which can read existing TSQL SP and give me .NET code for the same.

Thanks,
Hitesh
3/26/2008 5:55 PM | Hitesh

# re: Free SQL Server tools that might make your life a little easier

SqlServerFineBuild helps give a one-click install and configuration of SQL Server 2005. As well as slipstreaming SP2 and CUs, it optionally installs many of the tools listed on this page. www.codeplex.com/SQLServerFineBuild
4/10/2008 2:55 PM | EdVassie

# re: Free SQL Server tools that might make your life a little easier

sweet! thanx Ed
4/10/2008 10:10 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

This is a free SQL Development tools for SQL Server.
4/22/2008 6:21 AM | Eric M

# re: Free SQL Server tools that might make your life a little easier

Sorry, I should have also put the url in the comment section
http://www.dborchestra.com/cesspr.php
4/22/2008 6:25 AM | Eric M

# re: Free SQL Server tools that might make your life a little easier

I'm trying to figure out if there is a program that takes in a sql statement and schema and return the resulting schema
5/23/2008 8:32 PM | Robert

# re: Free SQL Server tools that might make your life a little easier

i'm not quite sure what you mean by that Robert.
if you already have a schema why would you need to get it?
5/23/2008 8:34 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

I'm looking for a program to run an sql statement using only the schema without connecting to a database
5/28/2008 3:34 PM | Robert

# re: Free SQL Server tools that might make your life a little easier

aahhh... i don't know of such a tool. if you do find it please let me know.
5/28/2008 5:53 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

ok thanks
5/28/2008 6:32 PM | Robert

# re: Free SQL Server tools that might make your life a little easier

Hi mister,

any Free SQL Server tools list for SQL SERVER 2000 ??

Thanks in advance
6/12/2008 9:59 AM | alhambra eidos

# re: Free SQL Server tools that might make your life a little easier

I have compiled a list of tools for Microsoft SQL Server Analysis Services:

http://www.ssas-info.com/analysis-services-tools

Many of these tools are free, but some of them have comercial licences.
6/20/2008 5:26 PM | Vidas Matelis

# re: Free SQL Server tools that might make your life a little easier

You should put up some more links for integration services such as links to http://www.keelio.com and http://www.cozyroc.com
6/20/2008 8:06 PM | Keelio Software

# re: Free SQL Server tools that might make your life a little easier

SQL Server Insert Script Generator and SP Recompiler
http://www.shitalshah.com/sqlutils/
6/23/2008 6:16 AM | Shital Shah

# re: Free SQL Server tools that might make your life a little easier

This website has a free SQL Server DBA Dashboard tool. This has a number of different reports that allow you to look at what is going on in your SQL Server 2005 machine.
6/24/2008 4:23 PM | SQL Server Examples

# re: Free SQL Server tools that might make your life a little easier

@Keelio Software:
yeah i should but since they're not free i won't. :)
6/29/2008 11:43 PM | Mladen

# re: Free SQL Server tools that might make your life a little easier

Zidsoft CompareData is free for comparing table/view data. It is fast so you can also use it for replication verification for example, or for comparing data of development/production databases to ensure that data is migrated correctly as production database is updated with development builds.
7/24/2008 7:48 PM | Farid

Post Comment

Title Please enter a title
Name Please enter your name
Email Email is not required, but it must be valid if specified.
Url Url is not required, but it must be valid if specified.
Comment  Please enter a comment
Please enter the answer to the supplied question.Please add 4 and 8 and type the answer here:
[image]Please enter the correct word

Powered by:
[image] [image]


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser