Microsoft SQL Server 2005 Service Pack 3!
Apr 22nd
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
Apr 22nd
http://blogs.technet.com/vipulshah/archive/2008/04/21/storage-consideration-for-sql-server-2005-dw-environment.aspx mehr »
How It Works: What is a Sleeping / Awaiting Command Session
Apr 22nd
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
Apr 21st
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
Apr 21st
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
Apr 18th
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
Apr 18th
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 »
SQL Server Policy-Based Management - PMB
Apr 10th
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 »
Determine the last change of the sa password?
Apr 4th
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 »
Which service pack do I have installed?
Apr 3rd
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
Apr 3rd
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 »
SQL Internals Viewer - looking into the SQL Server storage engine
Apr 1st
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
Mar 28th
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
Mär 24th
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
Mar 22nd
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 »
Anbindung von iSeries (sprich AS/400) an SQLServer2005
Mär 20th
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 »
Applied Mathematics for Database Professionals
Mär 17th
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
Mär 15th
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
Mär 14th
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
Mar 11th
http://sqlblogcasts.com/blogs/simons/archive/2008/03/11/SQL-Server-2008---Whats-new-in-the-tools.aspx more »
SSIS für nicht sysadmins
Mär 5th
Für die Verwendung von SSIS-Paketen sind entsprechende Vorkehrungen zu treffen, damit auch Anwender, die nicht über die Serverrolle sysadmin verfügen, Pakete bereitstellen und in Aufträgen ausführen können. Mit SQLServer2005 sind hier einige neue Mögli… mehr »
SYNONYM - create aliases for your objects
Feb 27th
MS SQL Server 2005 introduces a host of new features, some well-known; some not as familiar, but exciting like SYNONYMs.
Synonyms help us to create aliases for our objects. They replace fully qualified name into shortest user-defined name and simplify… more »
Helpful tools at SQLCAT
Feb 22nd
The Microsoft SQL Server Development Customer Advisory Team at SQLCAT have consolidated several tools which they have published on Codeplex and other places under:ToolBoxHere are some entries:SQL DMVStats ToolkitSQL Server 2005 Partition Management… more »
Automatische Vergrößerung der "tempdb"-Systemdatenbank
Feb 21st
In MS SQL Server 2005 wird für die "tempdb"-Systemdatenbank mehr Speicherplatz benötigt als in früheren Versionen von SQL Server, dies kommt zu einem durch eine erhöhte Leistungsverbesserung , sowie enthaltender neuer Features zustande (siehe BOL… mehr »
Microsoft SQL Server 2008 February CTP Available
Feb 21st
As announced the day before yesterday, the SQL Server 2008 February CTP is now available for download:
http://www.microsoft.com/downloads/details.aspx?FamilyId=749BD760-F404-4D45-9AC0-D7F1B3ED1053&displaylang=en
In addition, there is also the Books… more »