Viewing 15 posts - 31 through 45 (of 451 total)
May 31, 2017 at 6:24 am
Jason,
Thank you for your thoughts -- all of the data warehouses I've worked on have only used date dimensions, so my questions are more theoretical at this point. I...
May 30, 2017 at 2:30 pm
May 30, 2017 at 12:33 pm
Jeff,
Would you really use a Time datatype for a Time dimension primary key? I guess it would really depend upon the granularity of your data, but slicing down...
May 30, 2017 at 12:31 pm
Can the user select a date range after they've selected one of the four options? If not, just have one dropdown with your four values:
1 ...
May 30, 2017 at 11:53 am
An integer takes four bytes in SQL Server, while char(4) would also take four bytes. Since you're never going to have a number larger than 2359, you could use a...
May 30, 2017 at 11:32 am
It sounds like you have a bigger issue than SSIS. If the users have query permissions to the database (even if you could shutout SSIS), what's to stop them from querying...
May 26, 2017 at 8:29 pm
I've not personally done much with tabular (just multidimensional), but it sounds like you're going to need to investigate partitions.
https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/partitions-ssas-tabular
I hope this helps,
Rob
May 26, 2017 at 8:11 pm
No -- as you've found out. You either have to drop the FK references, truncate and readad FKs or DELETE (if a lot of records, do in batches to...
May 25, 2017 at 8:23 am
Are you trying to Pivot your data? https://docs.microsoft.com/en-us/sql/t-sql/queries/from-using-pivot-and-unpivot
Rob
May 22, 2017 at 6:50 am
So where have you started? What do you have so far? What about some table DDL -- that will make it easier for people to help you. I'm assuming your fields...
May 22, 2017 at 6:25 am
I didn't think you could step though your .Net code with a breakpoint in 2008 R2?
You might have to default to using what we called back in the day,...
May 22, 2017 at 6:14 am
It's going to be hard to give you much help without little more to go on. I'm guessing you updated your underlying Fact table. What was your update statement(s)? What...
May 22, 2017 at 6:08 am
How would that work if we...
May 22, 2017 at 5:54 am
I'd say whack the files you don't want in explorer. Take a look at this: http://www.ssas-info.com/analysis-services-scripts/2679-script-to-backup-ssas-database-and-delete-old-backup-files to see if that provides any help.
Rob
May 18, 2017 at 12:25 pm
Viewing 15 posts - 31 through 45 (of 451 total)