Contact

netcreate OHG
  • Send mail to the author(s) E-mail
  • XING

My talks

Community

.NET Developer Group Braunschweig Co-Lead INETA Deutschland Microsoft Community Leader/Insider Program (CLIP) .NET GUI Just Community e.V.

Categories  RSS 2.0

Archives

Blogs of friends

Comments

Stats

Total Posts: 229
This Year: 62
This Month: 0
This Week: 0
Comments: 105

Tags

 

VS 2005 Team System Database Professional Post Service Release 1

Posted in VS Team System |  VSTE DB Prof at Wednesday, March 12, 2008 9:27 AM W. Europe Standard Time

Es gibt ein SP für die VS 2005 TS Database Prof. Version.

Download: hier

Infos dazu: hier

Power Tools für VS Team System 2008 Database Edition released

Posted in VS Team System |  VSTE DB Prof at Friday, February 15, 2008 9:11 AM W. Europe Standard Time

Wie im DataDude Blog nachzulesen, sind die neuen Power Toys für die VS Team System 2008 Database Edition released wurden.

The Power Tools for 2008 contains all the functionality we shipped in 2005 plus:

  • Command line SQL Static Code Analysis execution through MSBuild, this was the biggest customer request, which is why I was holding the release. This enables SQL Static Code Analysis to be an integrated part of Team Build!
  • Data Generation Wizard; this is another customer request where we allow users to create a new data generation plan by pointing at an existing database, the plan will be fully configured by the wizard to pull all data from the database using the Sequential Databound Generator. This way users can use an existing data set and only override columns which impose risks because of for example privacy concerns and save about half a day or more of configuring a data generation plan from scratch, one column at the time.
  • File based data generator; this allows you to insert the content of files in to the database (works for string and binary, not for XML yet).
  • XML based data generator; this allows you to generate XML based on an XSD (the XSD has to be provided as file right now, and cannot be selected from database or inherited from the data type).
  • Refactoring Command Generator has been made available as a MSBuild task for better project build integration so it can be made part of the pre-build and pre-deployment stages in the project. This allows users to automated the results of refactoring to some degree in to the project.
  • We added two new test conditions for Database Unit Tests
    • ChecksumCondition – Which you can use to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set.
    • ExpectedSchemaTestCondition – Which you use to verify that the column names and data types of the returned data set match expected values.

Download page:
http://www.microsoft.com/downloads/details.aspx?FamilyID=73ba5038-8e37-4c8e-812b-db14ede2c354&displaylang=en

Installer download:
http://download.microsoft.com/download/f/b/8/fb8d1c0d-c0c4-4004-ab86-12396b2a3ee3/VSTSDB2008PT.msi

Documentation download:
http://download.microsoft.com/download/f/b/8/fb8d1c0d-c0c4-4004-ab86-12396b2a3ee3/Power Tools 2008.doc

Guter Artikel über VSTE Database Prof. und Team Build

Posted in VS Team System |  VSTE DB Prof at Wednesday, November 07, 2007 2:59 PM W. Europe Standard Time

Gert Drapers hat einem Artikel über die einfache Einbindung von Visual Studio Database Professional Projekten in den Team Build Prozess geschrieben.

Link: Artikel
Blog: http://blogs.msdn.com/gertd/

Beides sehr Lesenswert!

VSTE DB Prof: Fehler beim Laden des Paktes

Posted in VSTE DB Prof at Friday, October 19, 2007 1:43 PM W. Europe Daylight Time

vs_database_fehler

Wer wie ich den netten Fehler "Das Paket Team Edition for DB Professionals wurde nicht ordnungsgemäß geladen (GUID = ....)" bekommt, für den habe ich einen Tipp. Bei mir kam der Fehler nachdem ich die DB Prof. PowerTools installiert habe. Nach etlichem rumprobieren hat folgender Workaround bei mir geholfen:

1. Deinstallieren der DB Prof PowerTools
2. Re-/Installieren des DB Prof SP1

Danach war der Fehler weg. ...Faszinierend...

Power Tools for VSTE for Database Professional (2)

Posted in VSTE DB Prof at Monday, August 13, 2007 7:06 PM W. Europe Daylight Time

...seit Samstag gibt es nun auch einen Downloadlink zu den Power Tools, die ich hier vorgestellt hatte.

Download

Power Tools for VSTE for Database Professional

Posted in VSTE DB Prof at Wednesday, August 08, 2007 5:42 PM W. Europe Daylight Time

Heute wird der erste RC der kommenden Power Tools für Visual Studio Team Edition for Database Professionals veröffentlicht. Folgende Neuerungen sind in den Tools enthalten:

Dependency Viewer

Refactoring

  • Move Schema
  • Expand Wildcard
  • Fully Quality Name
  • Refactor in to strongly typed DataSet definitions
  • Refactor Command Generator

Data Generation

  • Sequential Data Bound Generator
  • Editors for the Data Bound Generator, Sequential Data Bound Generator and RegEx String Generator to make configuration easier
  • The RegEx editor also tries to interpret your CHECK CONSTRAINTs and create a matching RegEx expression that you can use to generate data values that match the constraint definition
  • The RegEx editor can also be used for interactively defining and testing RegEx expressions and evaluate the output visually, which makes it a lot easier to create the right RegEx expression for your value domain.

MSBuild Tasks

  • SqlSchemaCompareTask; allows you to compare schemas between two database from the command line using MSBuild.
  • SqlDataCompareTask; allows you to compare the content of tables within two databases from the command line using MSBuild.

T-SQL Static Code Analysis

 Miscellaneous tools

  • SQL script pre-processor command-line utility, which will expand all SQLCMD includes and variable definitions (sqlspp.exe)

Schema Manager API

Ausführliche Informationen befinden sich im Data Dude Blog.

VSTE for Database Prof. SP 1 released

Posted in VSTE DB Prof at Tuesday, July 24, 2007 9:31 AM W. Europe Daylight Time

Das angekündigte ServicePack 1 für Visual Studio Team Edition for Database Professionals ist draußen.

Verbesserungen:

This service release addresses the top issues that were found through feedback from customers and partners. This release includes the following features:

• Cross-database references

Support is improved to enable you to reference objects in different databases by using database project references or referencing a database metafile (.dbmeta). This support will reduce or eliminate the cross database reference warnings within a database project.

• Improved file support within SQL Server file groups

You may define files within file groups as database project properties instead of having to create files and file groups within the pre-deployment storage script.

• Variables

A Variables page is added to the database properties. This new page enables you to define setvar variables for use in the deployment scripts. Additionally, SR1 supports the latest service pack release from Microsoft SQL Server 2005 (SP2). The SR1 also supports the Windows Vista operating system.
 
 
Download:
 
  • Italian - Italy
  • Chinese - Taiwan
  • Korean - Korea
  • English - United States
  • Chinese - China
  • French - France
  • German - Germany
  • Spanish (Traditional Sort) - Spain
  • Japanese - Japan
  •  

    VSTE for Database Prof. und Test-Driving Stored Procedures in SQL Server 2005

    Posted in VSTE DB Prof at Monday, July 23, 2007 11:10 AM W. Europe Daylight Time

    Ein sehr schöner Artikel von Cory Foy über Test-Driven Stored Procedures mit dem SQL Server 2005 und Visual Studio 2008, bzw. Visual Team System for Database Professionals. Man kann dies aber auch mit VS 2005 und dem jetzigen Database Prof. anwenden.

    Artikel: hier

    VSTE for Database Prof. Public CTP des SP 1

    Posted in VSTE DB Prof at Saturday, May 05, 2007 3:33 PM W. Europe Daylight Time

    Es gibt eine öffentliche CTP des Service Packs 1 für Visual Studio Team Edition for Database Professionals. Die CTP ist die einzige öffentliche Version die es von dem SP 1 geben wird.

    Was gibt es neues:

    3+4 part name resolution through a new feature called "database references"

    File groups and files are now part of the project settings and can e fully parameterize then to fit your deployment needs (this replaces the need for the storage deployment script)

    SQLCMD variable support; this is enable through a new project property page for creating and editing variables that you can then use inside your scripts. Variables are stored inside the project file and can be mapped to MSBuild properties.

    Besides this we now support SQL Server 2005 SP2 and we support running on Windows Vista. We fixed some parser and interpreter bugs that caused you to get faulty errors and warnings. This service release also includes the hotfix we released earlier this year which addressed the source code control performance problem.

    Ausführlichere Informationen & den Downloadlink gibt es beim Data Dude Blog.

    VSTE for Database Prof. & varbinary(max)

    Posted in VSTE DB Prof at Thursday, February 01, 2007 5:19 PM W. Europe Standard Time

    Wenn man in einem SQL Server 2005 den Datentyp varbinary(max) benutzt und in dem Zusammenhang eine Volltextsuche auf der Spalte hat, kommt die Visual Studio Team Edition for Database Professionals ins Schleudern.

    Ich habe diese Konstellation in einer SQL 2005 Datenbank erstellt und mit dem Schema Compare gegen ein bestehendes Projekt verglichen und wollte die Änderungen übernehmen. VSTE for Database Prof. übernimmt alles bis auf die Type Column Angabe für die Volltextsuche:

    ALTER FULLTEXT INDEX ON [dbo].[Test] ADD (Filedata LANGUAGE 1031)

    Es muss aber so lauten:

    ALTER FULLTEXT INDEX ON [dbo].[Test] ADD (Filedata TYPE COLUMN FileExtension LANGUAGE 1031)

    Auch ein manuelles Eintragen in das entsprechende Skript führt zwar dazu, dass die Error-Meldung verschwindet, aber wenn man anschließend deployen möchte, bricht dies mit einer Fehlermeldung ab.

    Erst als ich den Datentyp varbinary(max) in ein image umgewandelt habe, hat alles problemlos geklappt.

    Visual Studio 2005 Team Edition for Database Professionals ist RTM

    Posted in VSTE DB Prof at Monday, December 04, 2006 8:32 PM W. Europe Standard Time

    Endlich ist es soweit die Visual Studio Team Edition for Database Professionals (Gott, wer denkt sich denn diese Namen aus ;-)) ist nun Final.

    Laut Golem soll man die Edition ab dem 7 oder 8 Dezember im MSDN herunterladen können.

    Visual Studio 2005 Team Edition for Database Professionals - CTP 7

    Posted in VSTE DB Prof at Friday, November 03, 2006 1:36 PM W. Europe Standard Time

    Die letzte CTP Version von VSTE Database Prof. steht zum Downlaod zur Verfügung.

    Weitere Infos zur Installation und neuen Feature findet ihr unter:

    http://blogs.msdn.com/camerons/archive/2006/11/02/final-ctp-approaching.aspx?CommentPosted=true

    CTP 7: Download

    Screen-Casts für VSTE for Database Professionals

    Posted in VSTE DB Prof at Wednesday, October 25, 2006 5:46 PM W. Europe Daylight Time

    Eine gute Screencast-Serie zum Thema "Visual Studio Team Edition for Database Professionals" findet man bei MSDN Austria.

    Ich zitiere von deren HP:
    <schnipp>
    Im MSDN Briefing vom 28. September 2006 haben wir erstmals die Visual Studio 2005 Team Edition for Database Professionals vorgestellt. Diese integriert den professionellen Datenbank-Entwickler in den durch Visual Studio Team System abgebildeten Software-Entwicklungs-Lebenszyklus. Die Kernbestandteile bestehen in der Möglichkeit zu fein-granularen Verwaltung von Schema-Bestandteilen in einem Offline-Projektsystem inklusive Source Code Control Integration, in einem mächten T-SQL Editor mit syntaktischer und sematischer Validierung sowie in einer professionellen Testing-Infrastruktur (von der Testdaten-Generierung bis hin zur Entwicklung von Unit-Tests für Stored Procedures und User Defined Functions). In dieser Screen-Cast Serie sehen Sie diese Funktionalität anhand eines durchgehenden Beispiels in Aktion.
    <schnapp>

    Kann ich nur empfehlen, wer gern mehr über das die CTP 6 und deren Möglichkeiten erfahren möchte, sollte unbedingt mal reinschauen.

    Themen der Screencasts:

    Teil 1: Database Re-Engeneering, Schema-Import und Projektsystem
    Teil 2: Import von DDL-Scripts, Veränderung von Schemas und Schema-Comparison
    Teil 3: Generierung von Test-Daten mit Data Generation Plans
    Teil 4: Unit-Testing in Datenbanken
    Teil 5: Refactoring und MS-Build Integration
    Teil 6: Customization am Beispiel Data Generator

    Hier der Link mit den Screencasts: http://blogs.msdn.com/msdnat/archive/2006/10/25/msdn-briefing-visual-studio-team-edition-for-database-professionals-demos.aspx

    Visual Studio Team Edition for Database Prof. CTP6

    Posted in VSTE DB Prof at Wednesday, October 18, 2006 10:15 AM W. Europe Daylight Time

    Ich bin heute morgen über eine neue CTP Version der VS Team Edition for Database gestoplert. Die Version 6 hat einige neue Feature und viele Bugfixes. Die CTP 5 lief so lalala, aber um sich einen Eindruck davon zu machen und wo es hingehen wird, war diese sehr eindrucksvoll. Ich kann nur empfehlen sich die Database Edition mal anzuschauen.

    Zur Installtion: Es muss die alte CTP 5 deinstalliert werden (laut Blog wohl das letzte mal, dass eine CTP deinstalliert werden muss).

    Ausführliche Infos dazu findet man hier: http://blogs.msdn.com/camerons/archive/2006/10/18/ctp6-is-live.aspx
     
    Den direkten Download Link der CTP findet man hier: http://www.microsoft.com/downloads/details.aspx?FamilyID=4410d601-6e0c-406a-ba7a-d12f868d1af7&displaylang=en