Virtual Lab: What's New in SQL Server 2008 for Database Administrators

Posted on Aug 11, 2008 by in SQL Server
Free on-line lab to started quickly:http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032358030&EventCategory=3&culture=en-US&CountryCode=US CU tosc more »
Tags: lab

Webcast: Upgrade and Migration to SQL Server 2008

Posted on Aug 8, 2008 by in SQL Server
Learn to install and upgrade to SQL Server 2008, check out this free webcast:http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032384669&EventCategory=3&culture=en-US&CountryCode=US CU tosc more »

SQL Server 2008 is RTM, YES!

Posted on Aug 7, 2008 by in SQL Server
Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86) Aug 9 2008 10:01:31 The download ISOs are available from MSDN Subscriber Downloads and/or TechNet Subscriber Downloads, I didn't know when it will be available for non-MSDN/TechNet… more »

SQLServer 2008 RTM verfügbar

Posted on Aug 7, 2008 von in Vermischtes
Ab sofort ist SQL Server 2008 RTM für TechnetPlus- /MSDN-Abonnenten zum download verfügbar. Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86) Aug 7 2008 10:01:31 mehr »

Grossbuchstaben eines Strings zurückgeben

Posted on Jul 29, 2008 von in SQL Server
Zugegeben nicht gerade etwas, das man jeden Tag braucht, aber falls doch... DECLARE @s varchar(100); SELECT @s = 'Und Was Habe Ich Damit Zu Tun?'; SELECT x.OnlyInitials FROM (SELECT SUBSTRING(@s, N.Number, 1) FROM… mehr »
Tags: ,

PHP Driver 1.0 for SQL Server 2005 released with source

Posted on Jul 29, 2008 von in SQL Server
http://blogs.technet.com/dataplatforminsider/archive/2008/07/28/php-driver-1-0-for-sql-server-2005-released-with-source.aspx mehr »
Tags:

Microsoft Visual Studio Team System 2008 Database Edition GDR July CTP Released

Posted on Jul 21, 2008 by in SQL Server
Microsoft® Visual Studio Team System 2008 Database Edition GDR July CTP is available for download.Download it here: http://www.microsoft.com/downloads/deta ... laylang=en CU tosc more »

tablediff

Posted on Jul 21, 2008 von in SQL Server
http://blogs.msdn.com/benjones/archive/2008/07/18/tablediff.aspx mehr »

Microsoft ® Source Code Analyzer for SQL Injection – July 2008 CTP

Posted on Jul 21, 2008 von in SQL Server
http://blogs.msdn.com/sqlsecurity/archive/2008/07/12/microsoft-source-code-analyzer-for-sql-injection-july-2008-ctp.aspx mehr »

Free "Basic Training" for SQL Server

Posted on Jul 18, 2008 by in SQL Server
Tags: training

SQL Server 2008 Beta Exams

Posted on Jul 15, 2008 by in SQL Server
The Microsoft certifications blog for developer & SQL Server technologies, makes an Open Inventation for SQL Server 2008 DBA 71-432 and SQL Server 2008 BI 71-448, only through the end of July.Link:… more »

Microsoft Security Bulletin Summary for July 2008

Posted on Jul 9, 2008 by in SQL Server
http://www.microsoft.com/technet/security/bulletin/ms08-Jul.mspx more »
Tags:

SQL Server I/O Bottleneck, I don't have one, YES YOU DO!

Posted on Jul 9, 2008 von in SQL Server
http://blogs.msdn.com/psssql/archive/2008/07/08/sql-server-i-o-bottleneck-i-don-t-have-one-yes-you-do.aspx mehr »

T-SQL Programmability Features in SQL Server 2008

Posted on Jul 7, 2008 by in SQL Server
Itzik Ben-Gan starts with a Whitepaper for SQL Server 2008 - An Introduction to New T-SQL Programmability Features in SQL Server 2008.Link: http://msdn.microsoft.com/en-gb/library/cc721270(SQL.100).aspx A must read! CU tosc more »

Performance Impact: Bookmark Lookup is Expensive - Even in Memory

Posted on Jul 7, 2008 von in SQL Server
http://sqlblog.com/blogs/linchi_shea/archive/2008/07/06/performance-impact-bookmark-lookup-is-expensive-even-in-memory.aspx mehr »

SQL Injection

Posted on Jul 2, 2008 by in SQL Server
http://blogs.technet.com/andrew/archive/2008/07/01/sql-injection.aspx more »
Tags:
1 comment »

Jobs on production instances

Posted on Jul 1, 2008 by in SQL Server
A wonderful handout for SQL Server Jobs by Tara Kizer. CU tosc more »
Tags: backup

Installing Clustered SQL Servers - Outline, Checklists, Document Sheets

Posted on Jun 30, 2008 von in SQL Server
http://blogs.mssqltips.com/blogs/chadboyd/archive/2008/06/29/installing-clustered-sql-servers-outline-checklists-document-sheets.aspx mehr »
Tags:

Subqueries in BETWEEN and CASE Statements

Posted on Jun 30, 2008 von in SQL Server
http://blogs.msdn.com/craigfr/archive/2008/06/27/subqueries-in-between-and-case-statements.aspx mehr »

Differences between ISNULL and COALESCE

Posted on Jun 27, 2008 by in SQL Server
http://blogs.msdn.com/sqltips/archive/2008/06/26/differences-between-isnull-and-coalesce.aspx more »
Tags:

BgInfo, WMI and SQL Server

Posted on Jun 27, 2008 by in SQL Server
BgInfo from Sysinternals (now Windows Sysinternals, by Mark Russinovich) automatically displays relevant information about a Windows computer on the desktop's background, such as the computer name, IP address, service pack version, and more interesting… more »
3 comments »

Report Server Catalog Best Practices

Posted on Jun 27, 2008 by in SQL Server
This technical note is part of the Building and Deploying Large Scale SQL Server Reporting Services Environments Technical Note Series which provides general guidance on how to set up, implement, and optimize an enterprise scale-out architecture for your… more »

Working On SQL Admin Hacks, Tips and Tricks

Posted on Jun 27, 2008 by in SQL Server
http://feeds.feedburner.com/~r/SqlServerCodetipsAndTricksPerformanceTuning/~3/320706728/working-on-sql-admin-hacks-tips-and.html more »