Microsoft LightSwitch Beta1 Now Available

August 24th, 2010

LightSwitch Beta1 Now Available, Building Your First App – Jason Zanders WebLog – Site Home – MSDN Blogs.

http://www.microsoft.com/visualstudio/en-us/lightswitch

Looks very interesting, I will definitely check it out.

Testing Blogging from Word 2010

February 11th, 2010

Hey there if you can read this, it worked!

SQL Server 2008 Management Studio Express mit SP1 erstellen

February 2nd, 2010

Windows 7 mag die RTM-Version des Management Studios Express von SQL Server 2008 nicht, also braucht man eine SP1-Version. Die gibt es aber bei Microsoft nirgends runterzuladen, zumindest nicht einzeln.

Also muss man sich dieses SQL Server 2008 Management Studio Express mit SP1 selbst erstellen.

Wie das für die englische (32-Bit)-Version geht, steht im Creating a SQL Server 2008 Management Studio Express Slipstream drop – Artikel im SQL Server Setup Blog.

Für die deutsche (32-Bit)-Version muss man nur ‘ENU’ überall durch ‘DEU’ und ‘1033’ überall durch ‘1031’ ersetzen.

Tim Sneath : The Bumper List of Windows 7 Secrets

December 18th, 2009

Check out this List of Windows 7 Tips and tricks:

Tim Sneath : The Bumper List of Windows 7 Secrets

Top Tips for Effective SQL Server Database Maintenance

November 25th, 2009

Just so I don’t forget this very good article by Paul Randal. Read it now!

Top Tips for Effective SQL Server Database Maintenance

Print file sizes of every user database in SQL Server

August 28th, 2009

EXEC sp_MSforeachdb
'IF ''?'' NOT IN(''master'', ''model'', ''msdb'', ''tempdb'')
USE ? SELECT ''?'', SF.filename, SF.size FROM sys.sysfiles SF'

For SQL Server 2000 use:
EXEC sp_MSforeachdb
'IF ''?'' NOT IN(''master'', ''model'', ''msdb'', ''tempdb'')
USE ? SELECT ''?'', SF.filename, SF.size FROM sysfiles SF'

Essential SQL Server 2008 Downloads

August 7th, 2009

Recommended Podcast: Development in a Downturn

July 30th, 2009

Check out this Podcast:

Development in a Downturn Podcast Series

The series is produced by the people from .Net Rocks, Carl Franklin and Richard Campbell.

It has 4 episodes so far featuring famous developers like Eric Sink and Billy Hollis.

Howto find out which SQL Server Version is running

July 28th, 2009
-- the old way
SELECT @@VERSION
-- better way, tells you the Service pack level, too
SELECT SERVERPROPERTY('productversion')
AS ProductVersion,
SERVERPROPERTY('productlevel')
AS ProductLevel,
SERVERPROPERTY('edition')
AS Edition
-- or
PRINT 'ProductVersion: '
+ CAST(SERVERPROPERTY('productversion')
AS VARCHAR(255))
PRINT 'ProductLevel  : '
+ CAST(SERVERPROPERTY ('productlevel')
AS VARCHAR(255))
PRINT 'Edition       : '
+ CAST(SERVERPROPERTY ('edition')
AS VARCHAR(255))

Recommended podcast: Inside The Net

August 23rd, 2006

iPod I highly recommend the podcast “Inside The Net” hosted by Leo Laporte and Amber MacArthur. They are featuring mostly technical topics concentrating on Web 2.0 and new trends and sites on the Web. They provide interviews with the people behind those sites and let you peek behind the scenes of the Startups running those sites.

The quality (both audio and content) is consistently high and I enjoy this podcast very much. It’s in my Top 5 list of favorite podcasts.

Testing Windows Live Writer

August 15th, 2006

I’m testing Windows Live Writer here.

Let’s do a Link.

That’s me ^

Practical Tips For Boosting The Performance Of Windows Forms Apps

April 25th, 2006

Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps — MSDN Magazine March 2006

Testing Comments

December 14th, 2005

I have re-enabled comments and I am using a Captcha Plugin now to prevent Comment Spam.

MSDN Article: Embedding SQL Server Express into Custom Applications

December 13th, 2005

Embedding SQL Server Express into Custom Applications

MSDN Article: New DataSet Features in Visual Studio 2005

December 13th, 2005

Just for future reference:
New DataSet Features in Visual Studio 2005

SQLExpress also not working on my home machine :-(

April 28th, 2005

I tried it on WinXP SP2 and it was the same as on Win2k3 Server. The Setup failed to start the SQLServer-Service and then rolled the install back.
WTF?
Although this time it could be my fault, because I didn’t install on a clean machine. I previously had SQLExpress Beta 2 and Beta 1 of Visual C# Express on this machine. Of course I removed everything very carefully before trying to install .Net Beta2 and SQLExpress April ’05 CTP.

Well, it looks like Microsoft got some serious homework to do there…

Couldn’t get SQL Server Express April 2005 CTP to install on W2K3 Standard (German) :-(

April 22nd, 2005

Well the title says it all …
I downloaded the latest bits of SQLEXPRESS (formerly known as Beta 3) and no matter what I do, it won’t install on Windows Server 2003 Standard. I tried it on a freshly installed Server with and without SP1. No luck. Maybe it doesn’t like that it’s a German version or it doesn’t like to be installed to drive D:, I don’t know.
At the end I always get the error: “Can’t start the MSSQLSERVER service” and it rolls everything back. Somehow it is missing a dependent service, but there is none listed under “Services” in Control Panel, sigh.

Visual C# Express Beta2 installed OK, but it’s only half the fun without SQLExpress.

Visual Studio 2005 Beta 2 is out!

April 19th, 2005

More Details on Dan Fernandez Blog.

Get it while it’s hot!

Testing Zempt

April 19th, 2005

I’m trying out Zempt.
Seems to work OK.

Posting from Zempt 0.4

April 15th, 2005

If you can read this it worked.
Testing Links.
Testing bold.