MartinIsti MS BI blog
Sign in
|
Join
|
Help
Home
About
RSS
Atom
Comments RSS
Search
Tags
445
446
BI
column order
data type
DATE
Default Member
deployment
Dimension
dtexec
dtutil
exam
Excel
filter
identity
insert
MSDB
New Zealand
NZ
OLAP
Oracle
OrderBy
parameter
Reporting Services
Snowflake
SQL Server
SSAS
SSIS
SSRS
Star
sysdtspackages
T-SQL
Navigation
Home
Blogs
Forums
Photos
Downloads
Archives
February 2010 (2)
June 2009 (1)
April 2009 (3)
March 2009 (4)
February 2009 (4)
December 2008 (6)
BI blogroll (the ones I read)
Teo Lachev's Weblog
Chris Webb's BI blog
SSIS Junkie
MS BI blog
Marco Russo (SQLBi.EU)
Contact
My email
Browse by Tags
All Tags
»
SSIS
(
RSS
)
445
446
BI
data type
DATE
deployment
dtexec
dtutil
exam
MSDB
OLAP
Oracle
SQL Server
SSAS
SSRS
sysdtspackages
T-SQL
NUMBER without Precision
by
MartinIsti
This week I experienced an annoying incompatibility between SQL Server 2005 and Oracle 9.2.2. If a column in Oracle has a NUMBER data type without explicitly set precision (like NUMBER(10)) then SSIS is not able to handle it when using an OLE DB Connection...
Filed under:
SSIS
,
data type
,
Oracle
Oracle DATE vs SQL DATE
by
MartinIsti
During the development of a simple (or so we thought ) SSIS task a strange error came up: we had a dbtimestamp column from Oracle which we had to load into a SQL Server ( 2005! ) table. It was a transaction date so by default there shouldn't have...
Filed under:
SSIS
,
data type
,
Oracle
,
DATE
,
SQL Server
Books to read
by
MartinIsti
This post is mainly for fellow BI folks such as me who feel that they are only at the beginning of this road: First I show you what I've already read (or at least have learnt a lot from): The 70-445 Training Kit - it's a great book, teaches a...
Filed under:
BI
,
SSIS
,
SSAS
,
445
,
SSRS
,
OLAP
,
SQL Server
,
T-SQL
,
446
Little deployment utility (for DTUTIL)
by
MartinIsti
Today I did not want to use the package deployment wizard so I decided to automate a little our package deployment by using a batchfile with DTUTIL commands. I've created an Excel file with some expressions so the user just need to fill in some mandatory...
Filed under:
SSIS
,
dtexec
,
dtutil
,
deployment
Package Deployment (SSIS 2005) - mainly MSDB-related
by
MartinIsti
Normal 0 21 false false false HU X-NONE X-NONE MicrosoftInternetExplorer4 I think SSIS's package deployment methods would need a little improvement. I hope some buglike features are fixed in 2008 but I haven't used that one yet. I set aside file...
Filed under:
SSIS
,
dtexec
,
sysdtspackages
,
dtutil
,
MSDB
,
deployment
Exam 70-445
by
MartinIsti
It's a quite an exciting story for me As many of you might know Microsoft has a second shot offer that lets you try an exam once more free of charge. The current offer is valid until the end of this year and the 2nd exam can be taken until June 2009...
Filed under:
BI
,
SSIS
,
SSAS
,
445
,
SSRS
,
exam
Multicast error
by
MartinIsti
Some months ago we began developing a simple way to log the lookup errors in our SSIS solution. First the following structure was created: As you can see the main pont of this method are the Multicast (to direct error rows into a log table (OLE DB Destination...
Filed under:
BI
,
SSIS
for starter ...
by
MartinIsti
How and why I started this blog...
Filed under:
BI
,
SSIS
,
SSAS