Conversion and Arithmetic Errors

Posted on Apr 29, 2008 by in SQL Server
http://blogs.msdn.com/craigfr/archive/2008/04/28/conversion-and-arithmetic-errors.aspx more »

Pro T-SQL 2005 Programmer's Guide

Posted on Apr 24, 2008 von in SQL Server
Das Buch bietet eine Menge interessanten Lesestoff für den fortgeschrittenen, ambitionierten T-SQL Entwickler. Es schliesst damit eine Lücke zwischen der Einsteigerlektüre und den allumfassenden Entwicklerbüchern auf der einen Seite und der sehr… mehr »

Tuning the Performance of Backup Compression in SQL Server 2008

Posted on Apr 24, 2008 by in SQL Server
There is an interesting technical note by using the backup compression and its benefits in SQL-Server 2008 at SQLCAT. Follow up: http://sqlcat.com/technicalnotes/archive/2008/04/21/tuning-the-performance-of-backup-compression-in-sql-server-2008.aspx CU… more »

Das Programmierhandbuch SQL Server 2005

Posted on Apr 23, 2008 von in SQL Server
Das vorliegende Buch bietet auf knapp über 1000 Seiten einen rundherum gelungenen Überblick über die Programmierung des SQL Servers 2005. Dabei beginnen die Autoren mit der Beschreibung der Installation, gefolgt von der Datenmodellierung und T-SQL… mehr »

How to cheat at Securing SQL Server 2005

Posted on Apr 22, 2008 von in SQL Server
Microsoft hat in den SQL Server 2005 zahlreiche neue Sicherheitsfeatures eingebaut, die einen leistungsfähigeren Datenbankserver möglich machen, in dem Sicherheitsrisiken minimiert sind. Diese Features finden sich sowohl in administrativen Tools als… mehr »

Microsoft SQL Server 2005 Service Pack 3!

Posted on Apr 22, 2008 by in SQL Server
UPDATE READ THIS: Microsoft SQL Server 2005 Service Pack 3 + Cumulative Updates Microsoft SQL Server 2005 Service Pack 3 Beta now available Last week, Francois Ajenstat announced on The Data Platform Insider that Microsoft will deliver SQL-Server 2005… more »

Storage Consideration for SQL Server 2005 DW environment

Posted on Apr 22, 2008 von in SQL Server
http://blogs.technet.com/vipulshah/archive/2008/04/21/storage-consideration-for-sql-server-2005-dw-environment.aspx mehr »
Tags:

How It Works: What is a Sleeping / Awaiting Command Session

Posted on Apr 22, 2008 von in SQL Server
http://blogs.msdn.com/psssql/archive/2008/04/21/how-it-works-what-is-a-sleeping-awaiting-command-session.aspx mehr »

Great New Resource for SQL Server 2008 Books Online Information

Posted on Apr 21, 2008 by in SQL Server
The SQL User Edutcation Team have created a new scoped Search macro on Windows Live search.It helps you to narrow your search to just the SQL Server 2008 Books Online documentation(BOL) and eliminate extranneous results from other sources, like the SQL… more »

SQL-Server 2008 Books Online auf Windows Live

Posted on Apr 21, 2008 von in Vermischtes
Analog zur SQL-Server 2005 Books Online Scoped Search hat das SQL User Education Team eine search engine entwickelt, die nur Ergebnisse der SQL Server 2008 Onlinedokumentation liefert (BOL). SQL Server 2008 Books Online Scoped Search mehr »

Orphan SQL-Server accounts

Posted on Apr 18, 2008 by in SQL Server
By using SP_MSForEachDB you can detect and display orphan SQL-Server accounts from all the databases of your SQL-Server. EXEC SP_MSForEachDB 'USE [?]; -- SYSTEM DATABASE ARE EXCLUDED IF DB_ID(''?'') > 4 SELECT ''?'' as DBName, name AS… more »

SQL Server Management Studio Standard Reports

Posted on Apr 18, 2008 by in SQL Server
Buck Woody has completed his full list of SQL Server Management Studio Standard Reports. You can get to them from the tag Standard Reports , but he has also posted a list of them all with the links.Follow up this link:… more »
Tags: reports

SQL Server Policy-Based Management - PMB

Posted on Apr 10, 2008 by in SQL Server
There is a new blog maintained by the entire team of SQLPMB. This blog is dedicated to Policy-Based Management introduced in SQL Server 2008. http://blogs.msdn.com/sqlpbm/default.aspx CU tosc more »
1 comment »

Determine the last change of the sa password?

Posted on Apr 4, 2008 by in SQL Server
Let us face it, when did you last change the sa password? You can check last change in SQL Server 2005, for the sa login by using LOGINPROPERTY function. Execute the following T-SQL code: more »
1 comment »

Which service pack do I have installed?

Posted on Apr 3, 2008 by in SQL Server
Related to previous post's, sometimes it is helpful to quickly determine SQL Server's service pack level.By selecting @@VERSION in a query window ...SELECT @@VERSION AS "SQL Server Version"you / I get following result: more »

Christoph Muthmann als MVP-SQL Server ausgezeichnet

Posted on Apr 3, 2008 von in Vermischtes
Seit dem 01.04.2008 haben wir neuen deutschen Most Valuable Professional für den SQL Server. Christoph Muthmann wurde für seinen langjährigen qualitativ hochwertigen Einsatz in der deutschen SQL Server Community mit dem MVP Award ausgezeichnet.… mehr »
Tags: ,

SQL Internals Viewer - looking into the SQL Server storage engine

Posted on Apr 1, 2008 by in SQL Server
Danny Gould, created a tool to graphically display database storage internals, and seeing how data is physically allocated, organised and stored - the SQL Internals Viewer. more »

Cumulative Update package 7 for SQL Server 2005 SP2

Posted on Mar 28, 2008 by in SQL Server
The Cumulative Update package 7 for SQL Server 2005 Service Pack 2 (build 9.00.3239) is now available: http://support.microsoft.com/default.aspx/kb/949095/ This CU represents: 40 Resolved Issues 37 Unique Customer Requests CU tosc more »

Microsoft SQL Server 2005 - Das Entwicklerbuch

Posted on Mär 24, 2008 von in Vermischtes
Es ist ein ambitioniertes und sicherlich kein leichtes Unterfangen, sämtliche Möglichkeiten der SQL Server 2005 Entwicklung in nur einem einzigen Buch unterbringen zu wollen. mehr »

SQL Server 2005 Express free Profiler Tool

Posted on Mar 22, 2008 by in SQL Server
A lot of features / tools are included with the SQL Sever 2005 Express Edition (GUI, Reporting Services etc.), but not all of them like the Profiler.OK, you run a server side trace on your SQL Server Express databases as well as import the data into a… more »
1 comment »

Anbindung von iSeries (sprich AS/400) an SQLServer2005

Posted on Mär 20, 2008 von in SQL Server
Dieser Artikel beschäftigt sich mit der Anbindung von iSeries-Systemen an den SQLServer2005. IBM liefert entsprechende Client-Software, so dass diese sowohl über OLE-DB, als auch über ODBC erfolgen kann. Vorweg noch ein paar Worte zur Historie: Im Jahre… mehr »
1 Kommentar »

Applied Mathematics for Database Professionals

Posted on Mär 17, 2008 von in SQL Server
Dieses Buch ist keine leichte Kost. Dennoch, oder gerade deswegen, ist es uneingeschränkt empfehlenswert für jeden, der sich professionell mit Datenbanken befasst. Es bietet eine grundlegende Einführung in die Mathematik, auf der das relationalen… mehr »

Expert SQL Server 2005 Development

Posted on Mär 15, 2008 von in SQL Server
Das Buch ist gut, keine Frage. Es unterstreicht den Anspruch des Verlages "The Expert's Voice in SQL Server Programming" zu sein. mehr »

Mehrere PIVOT-Ergebnisse in einem Resultset anzeigen

Posted on Mär 14, 2008 von in SQL Server
Der PIVOT-Operator bietet diese Funktionalität nur für eine Spalte. Wenn man mehrere PIVOT-Ergebnisse in einem Resultset haben möchte, kann man dies durch einen Join der beiden PIVOTs erreichen. Set Nocount on go CREATE TABLE #p ( Year SMALLINT,… mehr »

SQL Server 2008 - Whats new in the tools

Posted on Mar 11, 2008 by in SQL Server
http://sqlblogcasts.com/blogs/simons/archive/2008/03/11/SQL-Server-2008---Whats-new-in-the-tools.aspx more »