Viewing 15 posts - 46 through 60 (of 133 total)
Excellent article.
I believe these people are just like me when I became a DBA. You never have seen a 3000 line SP, then you are asked to look into it.
The...
Thomas LeBlanc, MVP Data Platform Consultant
March 28, 2013 at 7:40 am
Sounds like you need a Fact table for Parts Inventory and 2 dimensions, Customer and Parts, that are conformed to the Sales fact table.
Check out Kimball's website for more ideas...
Thomas LeBlanc, MVP Data Platform Consultant
December 28, 2012 at 7:34 am
You can use a Data Conversion component to convert the WSTR column to I4.
Thomas LeBlanc, MVP Data Platform Consultant
December 28, 2012 at 7:31 am
Partitioning is mainly for incrementally loading data by say a date column. If the Monthly or quarterly data is new in terms of in the last month time stamped and...
Thomas LeBlanc, MVP Data Platform Consultant
December 19, 2012 at 8:32 pm
Not automatically.
You can place code in a report, but that world require some maintenance and lot sof testing.
A Tablix can be used for columns of a Cross-Tab, but I think...
Thomas LeBlanc, MVP Data Platform Consultant
November 26, 2012 at 7:25 am
The password has to be in the connection string.
Thomas LeBlanc, MVP Data Platform Consultant
October 8, 2012 at 7:18 am
You can also use a multicast to direct the recordset to multiple Destination objects in one Data Flow.
Thomas LeBlanc, MVP Data Platform Consultant
October 8, 2012 at 7:17 am
here are a couple of options:
1. Kill any SPIDs with open connection then manually set to Single User mode.
2. Take the database Offline, dettach databawse, copy MDF and LDF...
Thomas LeBlanc, MVP Data Platform Consultant
October 8, 2012 at 7:15 am
Why do you need the database in single user mode?
Thomas
Thomas LeBlanc, MVP Data Platform Consultant
October 6, 2012 at 8:37 pm
A similar question is in this link. scroll down to a followup question where the answer shows some MDX
Thomas LeBlanc, MVP Data Platform Consultant
October 5, 2012 at 8:07 am
The connection manager uses SMO Connection Manager in the Transfer SQL Server Objects Task, which is different than the connection managers for OLEDB, ADO & ADO.Net in the Execute SQL...
Thomas LeBlanc, MVP Data Platform Consultant
October 5, 2012 at 6:59 am
I would first suggest reading some articles from the Kimbal group and concentrate on Fact tables - Tranaction, Snapshot and Accumalitve.
You need this understanding to get the measures the...
Thomas LeBlanc, MVP Data Platform Consultant
September 5, 2012 at 9:07 am
I agree with happycat, they should be used in a dimension. You can use the Count Distinct MDX function to answer the How Many... question
Thomas
Thomas LeBlanc, MVP Data Platform Consultant
September 4, 2012 at 8:33 am
You could also convert (or CAST) the column in the T-SQL from your Source Component, then send through a Data Conversion component before sending to Destination component.
SELECT <columns>, CAST( txtDate...
Thomas LeBlanc, MVP Data Platform Consultant
September 4, 2012 at 8:31 am
Viewing 15 posts - 46 through 60 (of 133 total)