Importing Date values e.g. from Flat Files it can happen that the format of the date is different to the…
April 17th, 2009
SSIS: Split Excel cell values into rows
6 Comments, .Net, SQL Server, Uncategorized, by Ralf.Here I would like to show you a solution for following problem. One source row coming from Excel contains several…
March 24th, 2009
SQL Server: Version, Service Pack, Edition
1 Comment, SQL Server, Uncategorized, by Ralf.SQL Server: Version, Service Pack, Edition Just run following command within Management Studio: SELECT @@VERSION, SERVERPROPERTY(‘productversion’), SERVERPROPERTY (‘productlevel’), SERVERPROPERTY (‘edition’)…
December 8th, 2008
SSRS: Disable Reporting Services Cache in Preview Mode
3 Comments, .Net, SQL Server, Uncategorized, by Ralf.How to disable caching in SQL Server Reporting Services for Visual Studio in Preview Mode? SQL Server 2005 Service Pack…
August 17th, 2008
Fahrschule Eisenreich
19 Comments, Uncategorized, by Ralf.Seit heute ist Fahrschule-Eisenreich.de unter einem neuen Internetauftritt erreichbar.
August 14th, 2008
Terminals: RDP-Sessions verwalten
1 Comment, Uncategorized, by Ralf.Auf Codeplex gibt es die OpenSource-Software Terminals. Mit Terminals lassen sich mehrere Remote Desktop Sessions verwalten. Terminals is a secure,…