Viewing 15 posts - 91 through 105 (of 470 total)
That's what I thought (although I thought it processed all the necessary DIMs as well).
I've just tried to process it again and it's thrown a wobbly with one of the...
February 18, 2020 at 2:54 pm
I've just checked and I've got all the dimensions set to "full" and the cube itself is set to the same.
We do have measures that I haven't set to process...
February 18, 2020 at 11:43 am
Thanks Anthony. So we can change the AG type on a server-by-server basis.
Useful to know.
There's quite a bit to learn about this.
February 6, 2020 at 12:42 pm
I'm still reading up on AGs and I've now got a question I can't find an answer to.
Looking through all the documentation I can find, it looks like we can...
February 6, 2020 at 11:22 am
I haven't heard of the HeirarchyID datatype, so can you give me some pointers please?
I've also tried using a temp table (with indexing) against the full dataset but my tempdb...
January 28, 2020 at 2:05 pm
Thanks Anthony
Looks like I'll have to talk to our licencing people to see what they say.
They know far more about this than I do, I just wanted to know what...
January 27, 2020 at 4:02 pm
Thanks all
I'll try out the ideas and let you know when I finally get this thing to run.
January 27, 2020 at 3:50 pm
Thanks Anthony
I've actually just finished a "map" of how things currently hang together and how I see them hanging together.
I'll attached the spreadsheet (I found it easier to dfraw it...
January 27, 2020 at 3:40 pm
Thanks Jonathan
My smaller version of the query (using just 3 IDs) has now gone from 40 seconds to almost instant (less than 2 seconds).
I'm now doing a full against all...
January 27, 2020 at 3:30 pm
As a follow-up question on Availability Groups, do all the servers have to be on the same edition of SQL?
They will all be on SQL2016 but (assuming my plan is...
January 27, 2020 at 3:24 pm
Hi Mike
Here's the table:-
USE [Lookups]
GO
/****** Object: Table [dbo].[tbl_SCT2_Relationships] Script Date: 27/01/2020 14:53:52 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[tbl_SCT2_Relationships](
[pkID] [BIGINT] NOT NULL,
[EffectiveDate] [DATE]...
January 27, 2020 at 2:57 pm
Brian - We decided to do it that way as we have a menu system (again, homegrown) to replace the normal folder structure in SSRS.
On top of that, we can...
January 21, 2020 at 9:48 am
Just my 2p-worth....
We have standard headers on all our reports and, as part of those headers, it runs a stored procerure that logs who ran the report and when.
We can...
January 17, 2020 at 8:58 am
Thanks guys
Got it sorted.
I rebooted the server after the install of the drivers and then used the code from this page:-
(edited to match my requirements) and it now...
January 14, 2020 at 4:00 pm
Thanks both
I didn't know about the TNS entry or the .ora file.
I was following the steps on this page:-
I'll have a look at the tns entry and the...
January 14, 2020 at 2:04 pm
Viewing 15 posts - 91 through 105 (of 470 total)