Scaling Out SQL Server 2005

Link: http://blogs.msdn.com/sqlcat/archive/2008/06/12/sql-server-scale-out.aspx

Kevin Cox from the Microsoft SQL Server Development Customer Advisory Team point it out, the SQL Server scale well.

CU
tosc

Einstieg in SQL - Verstehen, einsetzen, nachschlagen

Einstieg in SQL

Einstieg in SQL
Verstehen, einsetzen, nachschlagen
Marcus Throll, Oliver Bartosch
291 S., 2., aktualisierte und erweiterte Auflage 2007, mit CD und Referenzkarte
24,90 Euro
ISBN 978-3-8362-1039-3

Structured Query Language, die strukturierte Abfragesprache zum arbeiten mit Datenbankeninhalten in Datenbanksystemen, der Definition von Daten und der Informationsgewinnung, ist ein oft behandeltes Thema. Und wird meist im Zusammenhang mit relationalen Datenbanksystemen, wie SQL-Server, MySQL, DB2 etc. in den entsprechenden Fachbüchern beschrieben.

Einstieg in SQL, geht einen anderen Weg – praxisnah beschreiben die Autoren standardisiertes SQL.
Grundsätzliche SQL-Befehle zur Datenverarbeitung, der sogenannten Data Manipulation Language (DML), wie SELECT, INSERT, UPDATE oder DELETE und Befehle der Data Definition Language (DDL), Definition bzw. Änderung des Datenbankdesigns, wie CREATE, ALTER und DROP, werden ohne die Syntaxabweichungen der verschiedenen Datenbankhersteller erläutert und durch entsprechende Übungsaufgaben vertieft. Grundlagen relationaler Datenbanken, Datenbankentwurf (Datenmodell, ER-Modell und Normalisierung) sowie Datenbankdefinition werden in einer anschaulichen Art dem Leser verständlich gemacht, ohne den Praxisbezug zu verlieren.

Auf den Punkt gebracht, ein perfekter Einstieg in die Hochsprache SQL, samt Beispielen, Übungen, Software, Referenzkarte und Notation der SQL-Syntax gängiger Datenbanksysteme.

Einstieg in SQL - Verstehen, einsetzen, nachschlagen

Paul S. Randal - Surviving Corruption: From Detection to Recovery

TechEd Demo: Using the SQL 2005 Dedicated Admin Connection to fix Msg 8992: corrupt system tables by Paul S. Randal.

CU
tosc

SQL Server 2008 Release Candidate 0 (RC0) now available

First, the Microsoft branding team unveiled an official new logo for SQL Server 2008.

SQL08_h_rgb

 

Full story »

Building and Deploying Large Scale SQL Server Reporting Services

At SQLCAT there is a new technical note that introduce the Building and Deploying Large Scale SQL Server Reporting Services Environments, which provides general guidance on how to set up, implement,

Full story »

SQL Server Automation Scripts

The Microsoft SQL Server Community introduces a new OPSDB Section (SQL Server Automation Scripts), with T-SQL Scripts for administration and analysing the entire SQL Server.

You can visit OpsDB Section here.

CU
tosc

How Microsoft IT Leverages SQL Server 2008 SSIS Dataflow Engine Enhancements

PHP Driver for SQL Server 2005

There is a new SQL Server 2005 Driver for PHP Community Technology Preview, a PHP 5 extension that allows for the reading and writing of SQL Server data from within PHP scripts.

For more Information please read SQL Server 2005 Driver for PHP Documentation.

You can download the CTP release here: http://www.microsoft.com/downloads/details.aspx?FamilyID=85f99a70-5df5-4558-991f-8aee8506833c&displaylang=en

CU
tosc

Sync All Logins on a Server in a single click using SP_MSForEachDB

Ken Simmons, has published an interesting article about login sync, on SQL Server Central.

Follow up: Sync All Logins on a Server in a single click using SP_MSForEachDB

CU
tosc