Viewing 15 posts - 46 through 60 (of 131 total)
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...
December 28, 2012 at 7:34 am
You can use a Data Conversion component to convert the WSTR column to I4.
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...
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...
November 26, 2012 at 7:25 am
The password has to be in the connection string.
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.
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...
October 8, 2012 at 7:15 am
Why do you need the database in single user mode?
Thomas
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
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...
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...
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
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...
September 4, 2012 at 8:31 am
Excellent article and thanks for answering the questions posted. It took me a couple of years and hard experience to finally upstanding the concepts of backup and restore plus database...
June 25, 2012 at 7:40 am
Viewing 15 posts - 46 through 60 (of 131 total)