Viewing 15 posts - 1 through 15 (of 165 total)
We don't have any indexes on this Fact table.
Sounds like we need to have a conversation with our DBA 🙂
November 14, 2014 at 2:24 pm
The main goal at the moment is to ensure that when a monthly report goes out we can get the data out fast.
Instead of scanning 1.4 - 4 billion records,...
November 14, 2014 at 7:29 am
Good question 🙂
We are going to generate reports on a monthly basis by joining this Fact table to Dim_Date on a key.
Each month of data has about 100 million records.
The...
November 13, 2014 at 1:03 pm
I believe you are correct.
I did notice that for instances where tables had clustered indexes, adding index to page space utilization of this query result would show double the correct...
November 13, 2014 at 8:24 am
Thanks for everyone's input.
Check this out for another solution: http://basitaalishan.com/2012/07/01/determine-space-used-for-each-table-in-a-sql-server-database/
November 12, 2014 at 12:19 pm
How does it compare to MDW (master data warehouse)?
October 21, 2014 at 5:39 am
How does one deal with the fact table becoming read only once this index is added?
What is the suggested best practice when data needs to be added on a regular...
August 7, 2014 at 8:22 am
Will it properly extract .csv file and show in excel if some columns are nvarchar and contain data in Russian for example?
June 3, 2014 at 4:23 am
It looks like one would need to buy Mist software in order to get access to this feature:
July 25, 2013 at 11:35 am
I've read here (http://varigence.com/Forums?threadID=157) that a feature to reverse engineer an existing package into BIML would be release back in 2011.
Does anyone know if it has been released?
It...
July 25, 2013 at 8:42 am
Hi,
Is there a way we can be notified if the next series article gets published (other than watching emails from SQL ServerCentral.com)?
Thanks!
July 17, 2013 at 10:11 am
Lowell - here is the wiki link to the description of the broadcast calender:
http://en.wikipedia.org/wiki/Broadcast_calendar
Alan - thank you very much for the provided code. I have to admit...
March 21, 2013 at 12:17 pm
Hi opc.three,
I thought about bcp, but my sense (from what I heard as I have not worked with it much) is that there could be access issues with running bcp.
What...
March 18, 2013 at 1:17 pm
Hi opc.three and Daniel Bowlin,
Thank you both for suggestions.
opc.three - would you be able to share the "power shell" code you wrote?
Daniel Bowlin - data profiling task is a great...
March 4, 2013 at 11:55 am
Thank you for your suggestions.
It makes sense.
January 8, 2013 at 2:10 pm
Viewing 15 posts - 1 through 15 (of 165 total)