Viewing 15 posts - 136 through 150 (of 11,677 total)
Eric M Russell (9/23/2016)
I think most DBAs would be more excited about RegEx integration than R. :doze:
Why? You already have CLR 😛
September 28, 2016 at 1:53 am
Did you install SSRS in native mode or in SharePoint integrated mode?
During set-up, did you choose for installation and configure, or for installation only?
Since SSRS 2008, you don't need IIS...
September 21, 2016 at 7:33 am
karen.ferrara (9/21/2016)
September 21, 2016 at 7:32 am
BLOB_EATER (9/21/2016)
How about data factory?
I noticed you can now access on-premise data as well using the data management gateway, so maybe I was a bit too quick to say there's...
September 21, 2016 at 5:45 am
ps_vbdev (9/21/2016)
September 21, 2016 at 3:57 am
Definitely not a junk dimension, but rather a role dimension as John suggests.
You could add attributes to the customer dimension signifying which roles they have already played. For examle: HasBeenGroom,...
September 21, 2016 at 1:29 am
There's no real SSIS as a service in Azure.
You can host a machine in Azure though and install SSIS on it, just like on any regular virtual machine.
September 21, 2016 at 1:21 am
I'd start with a SELECT DISTINCT on the staging table.
How do your reference tables look like?
Can you give some sample data?
September 21, 2016 at 1:20 am
Sad to see spam is still an issue here.
September 20, 2016 at 2:02 am
I don't have Tabular installed on my laptop, so I can't test right now.
Is it possible to post some screenshots?
September 20, 2016 at 1:30 am
You forgot a part of the update statement.
UPDATE d
set [Description] = Replace(d.Description, d.Description ,(c.zipcode + ' - ' + d.Description) )
FROM [DocumentManagement].[dbo].[LesDescription] as d
inner join [DocumentManagement].[dbo].[LesCities] as c
on d.account =...
September 20, 2016 at 1:23 am
karan@SqlLearner (9/19/2016)
We tried Attunity provider but we were getting some error "TPT Export error encountered during Initiate phase", because we could not fix...
September 19, 2016 at 1:49 pm
Viewing 15 posts - 136 through 150 (of 11,677 total)