Viewing 15 posts - 2,836 through 2,850 (of 11,678 total)
Talk to your BI department and try to convince them to build an actual solution worthy of the name BI. 😉
June 5, 2014 at 12:45 am
I think this thread sums up the general feeling towards code formatting displayed in this thread.
http://www.sqlservercentral.com/Forums/Topic1577630-391-1.aspx
There is soap behind the counter to wash your eyes with...
June 5, 2014 at 12:42 am
Please, can you put a little effort in formatting your code?
This is really awful to read.
Anyway, you probably will need some dynamic SQL to select the columns needed from the...
June 5, 2014 at 12:41 am
SQLRNNR (6/4/2014)
EZ PZ lemon SQEEZEE
+2
Thanks for the question.
June 5, 2014 at 12:37 am
Jeff Moden (6/4/2014)
Koen Verbeeck (6/4/2014)
SQLRNNR (6/4/2014)
Evil Kraig F (6/3/2014)
June 4, 2014 at 3:44 pm
viresh29 (6/4/2014)
As with My data I created one file and table Here I am attaching both.If you create package and It will throw you error at row 2.
Well,...
June 4, 2014 at 3:00 pm
Grant Fritchey (6/4/2014)
June 4, 2014 at 2:47 pm
You could try the following:
use a case statement. Do a count over the partition (just like you did with the row_number() function).
If the count is 1, do nothing. If the...
June 4, 2014 at 2:42 pm
Is it possible to have some screenshot to clarify your issue?
June 4, 2014 at 2:39 pm
Every time you load facts into the fact table, you do a lookup to the product dimension using the product business key.
You simply retrieve all the current records (meaning the...
June 4, 2014 at 2:38 pm
viresh29 (6/4/2014)
June 4, 2014 at 2:36 pm
SQLRNNR (6/4/2014)
The reports should continue to work. You will need to test the reports as with any upgrade though.
+1. It should not matter where the data comes from, as...
June 4, 2014 at 2:35 pm
An easy trick is to have an empty excel file somewhere.
Each time you enter the loop, you copy the file to the directory you want it to be and you...
June 4, 2014 at 2:34 pm
I had the same issue once. Not sure if I resolved it back then 🙂
Take a look at this thread:
http://dbaspot.com/sqlserver-faq/230577-ms-sql-server-management-studio-import-export-settings.html
June 4, 2014 at 2:32 pm
Personally I would just include a field in the dimension that stores the source where the record came from.
Is it possible though the dimension info for one record can come...
June 4, 2014 at 2:29 pm
Viewing 15 posts - 2,836 through 2,850 (of 11,678 total)