Viewing 15 posts - 121 through 135 (of 358 total)
Just double checked and looks like a suitable option.
Cheers
E
May 24, 2013 at 4:39 am
Eugene Elutin (5/24/2013)
...
Thanks, I had considered that but hoped there would be a cleaner simpler less code solution. Maybe I just want the moon on a stick 😀
Cheers
E
You can wrap...
May 24, 2013 at 4:23 am
Had looked at ISNULL and it seemed the obvious easy choice. However from my understanding there are two pitfalls.
1. If you choose a valid replcaement for null such as Zero...
May 24, 2013 at 3:39 am
I would prefer a separate staging table for each of the different versions of customer.
Then I would look ate combined table with the conformed customer dimension.
I would use merge to...
May 16, 2013 at 6:01 am
Well we are about half way there.
Got SQL Server Database Engine up and running. I was expecting SSAS and SSIS to be available via SSMS.
However when I go to connect...
May 15, 2013 at 3:28 pm
Error Logs
2013-05-15 20:58:54.04 spid13s Error: 17182, Severity: 16, State: 1.
2013-05-15 20:58:54.04 spid13s TDSSNIClient initialization failed with error 0x271d, status code 0xa. Reason:...
May 15, 2013 at 2:21 pm
yes.
Also unless I am mistaken there is the two lines
set @start_lsn = sys.fn_cdc_hexstrtobin(@start_lsn_str)
set @end_lsn = sys.fn_cdc_hexstrtobin(@end_lsn_str)
that are not utilised.
I have repeatedly altered the code...
April 24, 2013 at 3:54 am
Had not thought of that. However that will require me writing 30+ stored Procedures as well as the packages. Experimenting with dynamic code inside the Execute Sql Task that may...
April 11, 2013 at 8:19 am
After googling substantially before hand I stumbled across a blog linked to a codeplex sample. Trawling thorough that I got to
EXECUTE SQL TAsk contains:
declare
@startLSN binary(10),
@startLSN_str nvarchar(42)
select @startLSN...
March 11, 2013 at 11:05 am
Not on a corporate machine. I have a clean windows 8 laptop. I have had several attempts at this and we still can't seem to move forward.
Think there is an...
February 25, 2013 at 5:16 pm
This location documents the processing options for Analysis Services objects. Have a good read through and see what will work for you. If it is historical data how regularly are...
February 25, 2013 at 8:08 am
What is the database that you are looking at. If SQL Server then possibly CDC(change data capture) could be of interest? That would identify the changes.
Then process update could...
February 25, 2013 at 3:07 am
VeeKay (2/15/2013)
I'm running into a similar situation. Can you please provide some direction/example of the methods to create a DIMENSION from the column in the FACT table? E.g. I'm having...
February 25, 2013 at 3:03 am
Viewing 15 posts - 121 through 135 (of 358 total)