Sign in
Blog of Wolfgang Werner
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Blog – Link-Liste
Links to Blogs of collegues
Blog of Matthias Sessler
Blog about SQL Server operations
Blog of Volker Hinz
Blog about SQL Server BI and Reporting
Blog of Jens K. Suessmeyer
Blog with helpful tools and hints regarding SQL Server relational Engine and SQL Development
Search
Kategorienliste
MAPS toolkit
Microsoft assessment and planning toolkit
SQL Server consolidation
SQL Server Express
SQL Server Replication
Sybase
Archive
Archives
April 2013
(1)
December 2012
(2)
September 2011
(2)
June 2011
(1)
May 2011
(1)
MSDN Blogs
>
Blog of Wolfgang Werner
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Blog of Wolfgang Werner
Partitioning… some tricks and hints to create the switch in and out table
Posted
1 month ago
by
Wolfgang Werner MSFT
0
Comments
Partitioning of tables in SQL Server is commonly used since the transparent partitioning was introduced in SQL 2005. No longer need for union all views and stuff like that, just insert, update, delete on a table without the need to remember how the table...
Blog of Wolfgang Werner
HDInsight.... how to upload data
Posted
5 months ago
by
Wolfgang Werner MSFT
0
Comments
I did some tests with the HDInsight CTP implementation on Windows. I have used the one on my own server machine not the HDInsight for Azure. I have installed it, and did the example that comes with the CTP. Ok, it worked, but I wanted to upload some...
Blog of Wolfgang Werner
Column encrypted in Database, but decrypted in clear text in Cube
Posted
5 months ago
by
Wolfgang Werner MSFT
0
Comments
In one of my last projects I have had the following challenge: The customer wanted me to encrypt a sensitive column in the database, better say in a dimension table. But, the column must show up in the cube when browsing, and it has to be clearly readable...
Blog of Wolfgang Werner
SSIS - what to do if query is slow
Posted
over 2 years ago
by
Wolfgang Werner MSFT
1
Comments
I have had a problem at a customer where a source query in a data flow task was slow. I ran the query in Management Studio and it was fast. There was a filter in the query to limit the data for one day, realized with two SSIS Variables passed to the query...
Blog of Wolfgang Werner
Be careful with string comparisons in SSIS
Posted
over 2 years ago
by
Wolfgang Werner MSFT
2
Comments
I have worked a lot with SSIS the last few months, and in every project with SSIS I come across the fact that SSIS treats strings with regards to upper and lowercase. Today SQL Server databases are in nearly 99% of all cases installed as case-insensitive...
Blog of Wolfgang Werner
Replication SQL Server to Sybase
Posted
over 2 years ago
by
Wolfgang Werner MSFT
5
Comments
I wanted to share some questions I came across during a migration from Sybase ASE to SQL Server 2008. Is it possible to do a transactional replication from SQL Server to Sybase? Yes, it is. You can replicate via the Sybase OLE DB driver, if you...
Blog of Wolfgang Werner
Some hints and tips for the MAPS tool
Posted
over 2 years ago
by
Wolfgang Werner MSFT
0
Comments
A few weeks ago I had a small SQL consolidation project. The target was to consolidate five stand-alone SQL Servers (SQL 2000 and 2005) and one SQL 2005 cluster. When consolidating, first of all you must know about the workload on those servers. But how...
Page 1 of 1 (7 items)