66366 members! Sign up to stay informed.

Sponsored Links


Resources

.NET Research Library
Get .NET related white papers, case studies and webcasts

News News News Messages: 6 Messages: 6 Messages: 6 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: Ted Neward on June 28, 2004 DIGG
Red Gate Software, makers of "simple tools for Microsoft technology developers and DBAs", has released a new product called SQL Packager, a utility for packaging SQL Server database instances as executables for easy deployment to local or remote sites.

From the press release,
SQL Packager guides users through four basic steps:
  1. deciding on the schema and data to be packaged;
  2. scripting schema and data to preserve dependencies;
  3. packaging as an executable or as a .NET project; and
  4. creating a utility for easy installation by administrators or customers.
The package is available for 14-day trial download; see Red Gate's home page for details.

Threaded replies

·  Red Gate releases SQL Packager, a SQL Server deployment tool by Ted Neward on Mon Jun 28 13:13:47 EDT 2004
  ·  Red Gate releases SQL Packager, a SQL Server deployment tool by Ryan Cromwell on Mon Jun 28 23:28:28 EDT 2004
    ·  Red Gate releases SQL Packager, a SQL Server deployment tool by Ryan Cromwell on Mon Jun 28 23:31:17 EDT 2004
    ·  Red Gate releases SQL Packager, a SQL Server deployment tool by Andrew Whitten on Tue Jun 29 09:12:30 EDT 2004
    ·  Red Gate releases SQL Packager, a SQL Server deployment tool by mark baekdal on Tue Jun 29 11:13:11 EDT 2004
      ·  Red Gate releases SQL Packager, a SQL Server deployment tool by Ryan Cromwell on Tue Jun 29 16:16:57 EDT 2004
  ·  Red Gate releases SQL Packager, a SQL Server deployment tool by gregor suttie on Tue Jun 29 18:00:54 EDT 2004
  Message #127811 Post reply Post reply Post reply Go to top Go to top Go to top

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: Ryan Cromwell on June 28, 2004 in response to Message #127760
While I think this is great and a wonderful tool, I'm curious to understand what everyone's perspective and experiences have been in developing a successful CM environment, promotion schema for their database environments.

I developed in conjunction with a client a tool that does something similar by gathering difference images from Source Control providers. It allowed for generating deployable "roll-up" patches. My goal is to stabilize it, create some NAnt and MSBuild tasks and release it open-source, but I would hope that we weren't the first to attempt this.

The gap I continue to see with this tool is that you STILL have to maintain a master database disconnected from a source control environment. That is, there is no clean promotion schema from development, to source control to master environment. I am not a dba or db developer by trade, but I am and have been lead release manager for application development and I'd like to think the same processes can be applied.

What are your thoughts.

  Message #127812 Post reply Post reply Post reply Go to top Go to top Go to top

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: Ryan Cromwell on June 28, 2004 in response to Message #127811
Man - I'm not much for grammar, am I?

  Message #127873 Post reply Post reply Post reply Go to top Go to top Go to top

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: Andrew Whitten on June 29, 2004 in response to Message #127811
I like it... it produced a very simple setup program, and the C# source code to build it!

However, my current solution, which is a batch file calling a few osql command line statements is also fairly simple.

That said, customers and implementors are more confidant with a simple GUI application, so we may well go for this.

  Message #127896 Post reply Post reply Post reply Go to top Go to top Go to top

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: mark baekdal on June 29, 2004 in response to Message #127811
You should check out www.dbghost.com which intergrates with your Source Control system either implicitly (VSS) or explicitly (all others). It does what you say you are developing. We too believe this is true change management, everything else is missing the points fundamental to change control. Creating the delta is only one part of the process - we believe we have the only tool that covers database change management for SQL Server. And its getting better and better with an SDK due for release in August.

regards,
Mark Baekdal
www.dbghost.com
True database change management for SQL Server.

  Message #127957 Post reply Post reply Post reply Go to top Go to top Go to top

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: Ryan Cromwell on June 29, 2004 in response to Message #127896
Ironically - we included your product in a review of the products for the company I currently work for. They will not be using the product I'm completeing, because it's not ready yet.

I'll let you know how it turns out.

  Message #127972 Post reply Post reply Post reply Go to top Go to top Go to top

Red Gate releases SQL Packager, a SQL Server deployment tool

Posted by: gregor suttie on June 29, 2004 in response to Message #127760
Superb tool - This is the quickest way to recreate a database/take a copy of a database (including data) and saves time and worry over recreating the db correctly with data.

Highly recommend trying it out as you end up with an exe that you can run very easily to recreate the database with the same name or a new/similar name.

5 out of 5 and gets the thumbs up from me.

Cheers
Gregor Suttie

 
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET

DSLs and language interop

Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.

VS 2008 Resources

SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.

VB code downloads home

VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.

XAML Learning Guide

Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]

Company uses VSTS DB edition to tame workflow

One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts. (June 24, Article)

Book: Intro to DSL Tools

Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage. (June 24, Article)

I See the Silverlight Shining!

Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server . (June 18, Cartoon)

A look at .NET 3.5

Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps. (June 29, Podcast)

Venkat Subramaniam on AJAX

Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience. (June 25, Tech Talk)

Building a Claims-Based Security Model in WCF - Part 2

In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier. (May 24, Article)

Introducing the Entity Framework

Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year. (May 10, Article)

WCF Security Learning Guide

Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information. (April 24, Article)

Brad Abrams: Patterns for successful ASP.NET AJAX development

TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks. (April 11, Article)

Building a Claims-Based Security Model in WCF

In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services. (March 29, Article)

Authoring workflow using XAML

Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition. (March 22, Chapter Excerpt)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map