Quantcast
Channel: » Microsoft SQL Server
Browsing all 88 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Standards in der Berichtserstellung – Teil 4: Analyse und Umsetzung eines...

  Im 4. und letzten Teil dieser Blogreihe geht es um die Analyse eines vorhandenen Berichts und die Umsetzung nach Notationsregeln. Als Beispiel dient hier ein in Microsoft Excel erzeugtes Chart, dass...

View Article


Image may be NSFW.
Clik here to view.

MDX Script: missing objects can cause performance problems

Last week we’ve been auditing a cube (AS 2008 R2) the users of which reported a performance problems after the last cube deployment. We noticed that even the smallest queries took a substantial time to...

View Article


Image may be NSFW.
Clik here to view.

Importing data from SAP using the SAP BW Delta Queue and Theobald Software...

SQL Server 2005-2014   Importing data from SAP is a common task in many BI projects. Since Integration Services (SSIS) doesn’t have out of the box support for dealing with SAP as a data source, third...

View Article

Image may be NSFW.
Clik here to view.

Numbering files via Regular Expressions

In this article I would like to show a way to generate file names with sequential numbers per date via the use of regular expressions. The benefit of this approach is, that you can use it with varying...

View Article

Image may be NSFW.
Clik here to view.

Analyzing Flat File data with Regular Expressions

In this article I want to talk about some basic usage of regular expressions when searching for erroneous data in structured text files, like csv. This comes in handy if you have to work with data in...

View Article


Image may be NSFW.
Clik here to view.

Search and Replace in SSMS with Regular Expressions

In this article I want to show two examples on how regular expressions can be used for transforming SQL queries in SSMS. This can be useful, if you want to customize SQL queries to extract a list of...

View Article

Image may be NSFW.
Clik here to view.

How to delete an unnamed default constraint in an sql server table

A default constraint in a table defines a value for a column where no value is specified. You can name a default constraint as in the example given: create table dbo.mytable ( id integer , myvalue...

View Article

Image may be NSFW.
Clik here to view.

Left outer join – Differences between on and where clause for additional...

When we use an inner join and we have additional filter conditions then it does not matter where to put the filter conditions. We put the filter conditions either in the on clause or in the where...

View Article


Image may be NSFW.
Clik here to view.

Mehrsprachigkeit in einem Data-Warehouse-Projekt

Unternehmen bewegen sich heutzutage zunehmend in einem internationalen Marktumfeld. Infolgedessen sind auch die entsprechenden BI-Lösungen gefordert, Inhalte sowie beschreibende Texte von Daten und...

View Article


Image may be NSFW.
Clik here to view.

Microsoft erweitert seine Business Intelligence Plattform durch die mobile BI...

Letzten Monat gab Microsoft die Akquirierung des kanadischen Unternehmens Datazen bekannt und fügte dessen mobile BI Produkt ihrer Enterprise Business Intelligence Plattform hinzu. Bereits letztes Jahr...

View Article

Image may be NSFW.
Clik here to view.

SQL Server 2016 Vorabversion verfügbar!

Für den SQL Server 2016, der voraussichtlich noch dieses Jahr erscheint, hat Microsoft eine öffentliche Vorabversion zur Verfügung gestellt. Zu den mit Spannung erwarteten Neuerungen gehören neben...

View Article

Image may be NSFW.
Clik here to view.

Polybase in SQL Server 2016 CTP 2

SQL Server 2016 One of the exciting new features in SQL Server 2016 that is already available in the public preview version (CTP 2) is Polybase, the transparent access bridge from SQL to Hadoop. This...

View Article

Image may be NSFW.
Clik here to view.

Microsoft Azure Operations Management Suite

Die Operations Management Suite (OMS) ist eine Sammlung von IT-Management-Solutions die den Betrieb von Maschinen in der Cloud erleichtern sollen. Alle Informationen werden übersichtlich in einer...

View Article


Image may be NSFW.
Clik here to view.

SQL Server Datenbanken sichern mit Azure Blob Storage Services

In diesem Beitrag möchte ich zeigen wie einfach es ist Datenbanken eines SQL Servers in der Cloud zu sichern. Es gibt zwei denkbare Szenarien 1. Sichern von Datenbanken von einer On-Premise-Maschine in...

View Article

Image may be NSFW.
Clik here to view.

Importing OpenStreetMap data or other large XML files with Integration...

SQL Server 2005-2016 Last year I wrote about importing data from OpenStreetMap using PowerQuery. You can find the blog post here. In that post I loaded a relatively small area as an example. The reason...

View Article


Image may be NSFW.
Clik here to view.

Reporting Services-Daten in Excel (Atom Datafeeds)

Mit dem Release der Reporting Services 2008 R2 wurde ein bisher weniger beachtetes Feature auf dem Markt gebracht, die sogenannten Atom-Datafeeds. Diese bieten die Möglichkeit auf die gerenderten...

View Article

Image may be NSFW.
Clik here to view.

Synchronous Job Execution on a different Server

Recently I had the problem that the SQL Server which I mainly use is not allowed to connect to an external server from which I have to load data that I then transform and load into a cube. But...

View Article


Image may be NSFW.
Clik here to view.

Abbildung von Ist-, Plan-, Forecast-, YearToDate- oder YearEnd Werte im Cube...

1. Einleitung In der Praxis steht man oft vor der Herausforderung in einem Cube nicht nur die Ist-Zahlen, sondern auch die Plan- und/oder Forecast Werte abzubilden. Zur Lösung dieser Aufgabe gibt es...

View Article

Image may be NSFW.
Clik here to view.

Wie kann man die kritischen Knoten hinsichtlich des Unary Operator Bugs bei...

1. Vorstellung des Unary Operator Bugs Es existiert ein Bug im Zusammenhang mit dem Unary Operator bei M2M Beziehungen und Parent Child. Allerdings greift der Bug nur bei „-“ als Unary Operator. Wird...

View Article

Image may be NSFW.
Clik here to view.

Inkrementelles SSIS-Deployment mit SQL Server 2016

Mit der Version 2012 des SQL Servers wurde für SSIS-Projekte das Projektbereitstellungsmodell (Project Deployment Model) eingeführt. Wie der Name bereits verrät, kann bei der Verwendung dieses...

View Article
Browsing all 88 articles
Browse latest View live