Viewing 14 posts - 1 through 14 (of 14 total)
Thanks!
By the way, what are the risks?
May 3, 2016 at 7:45 am
I recently had to fix a situation where half dozen of production tables got truncated. So I read your article with great interest.
However, after reading it, I realize we still...
February 20, 2015 at 2:33 pm
Steve Jones - SSC Editor (1/15/2015)
Eric M Russell (1/15/2015)
January 15, 2015 at 9:29 am
Hi,
I like the script but...
I like it as it replaced my broken ps which was fine with sql2008R2 but failed on sql2012. Also it runs flawlessly when my servers sitting...
December 5, 2014 at 1:42 pm
Good question!
I found some of these select N hints make these questions less valuable. "Select all the correct answers" is a better option.
Using n out m are the correct ones...
November 1, 2013 at 9:29 am
If you have less than 10 concurrent users, then this might work. Otherwise, the performance will always be an issue.
Particularly, the power Access useres will treat these linked tables as...
April 23, 2008 at 7:17 am
Have your programmer write a little utility that will save the excel as csv.
April 11, 2008 at 6:42 am
I've heard what you said about not to use CSV format, but I still want to argue, that probably is your best way to resolve this for good reasons.
Stripping data...
April 10, 2008 at 10:03 am
Lot of minor areas that I have wished that could be more polished and more ready for prime time.
For instance, in DTS you could double lick to select mytbl_imp...
March 27, 2008 at 2:58 pm
Well, you "look up" them through your code or SSIS task. Something like this:
Update A
Set A.geo_FK = B.geo_PK
from fact_sales A Join dim_Geo B
on A.City = B.City and A.State = B.State
--and...
March 27, 2008 at 12:56 pm
Pk on the dim table has changed to a new value. Its counter part in the fact FK needs to reset to that value. That is what I meant "remap".
March 12, 2008 at 1:59 pm
You have to look into somehting along the line of web control/browser control that will be hosted in win form and render the SSRS contents for you.
On the other hand,...
March 11, 2008 at 11:51 am
Let's stick with Kimball mathod for a minute.
These PK/Fk pairs are surrogate keys not the natural keys from OLTP. They should be built during initial OLAP load and maintained in...
March 11, 2008 at 7:41 am
Well, you did not say why you want to rewrite them into SSIS. Typically, if these DTS packages are simple and you are not looking ways to improve them, the...
February 21, 2008 at 5:08 pm
Viewing 14 posts - 1 through 14 (of 14 total)