Viewing 15 posts - 61 through 75 (of 152 total)
p.s. Dan, your username makes me laugh every time I see it.
What can I say, It has avoided some confusion in the past. Mostly from 'Hi, been a long...
February 18, 2010 at 9:53 am
What do you mean by 'certain fields determined by KeyItems'? are these input variables, or do you mean that each row determines what will be imported?
February 18, 2010 at 9:48 am
I agree with irobertson.
But, that suggestion only works if the Access DB remains connected to the network. If the Access db goes off-site, then you don't have any data.
In...
February 18, 2010 at 9:38 am
moosamca (2/18/2010)
Query:
====
select b.CallLetters,f.ContractKey,c.DatecontractLineEntered,d.HeadlineNumber,count(a.sk_SalesFact),a.GrossRate
from salesfact a with(nolock), station b with(nolock),DateContractLineEntered c with(nolock),HeadlineNumber d with(nolock),ContractKey f with(nolock)
where a.sk_station...
February 18, 2010 at 9:28 am
Very nice ritz,
I learned 2 things here, most importantly that Lookups allow left joins. I don't see it here, so I'll ask: Is the only way to do multiple...
February 3, 2010 at 9:25 am
So, by no scripts, do you mean no Objects called 'Execute SQL Task'? or Just specifically 'Script Task'? or something else outside of SSIS?
The source of your problem is...
February 2, 2010 at 3:38 pm
That error means that you have nvarchar on on one end of the import, and varchar on the other. Change one side either way.
February 1, 2010 at 11:32 am
I agree that having the MS people there sounds nice. I, also didn't use them. We are a tiny shop, and things just don't come up that...
January 18, 2010 at 10:36 am
I have to laugh,
After seeing all these comments about what should have been implied and what was inferred, I can't tell you the number of times these QotD...
January 6, 2010 at 9:51 am
Great explanation Scott, that's very detailed and instructive. Unfortunately it does not address the behavior found by KevinC. Why is not the behavior you describe consistent in a...
December 30, 2009 at 6:04 pm
I'm not sure I understand the question, but here is a stab.
DBCC CHECKIDENT (YourTableName, RESEED)
This will reset the seed value in your identity column to the current maximum value in...
December 7, 2009 at 9:10 am
Gift Peddie (11/30/2009)
Dan Guzman - Not the MVP (11/30/2009)
December 1, 2009 at 9:26 am
I see what your saying, but there is still a step missing. As I understand it, ReportViewer doesn't work in Access, so....
Back to the original situation:
Server is updated Access...
November 30, 2009 at 5:53 pm
You still have to get the reports 'local' in order to view them. I don't think that installing SSRS on each laptop is the right answer, seems a little...
November 30, 2009 at 5:21 pm
GSquared (11/30/2009)
Dan Guzman - Not the MVP (11/30/2009)
November 30, 2009 at 10:05 am
Viewing 15 posts - 61 through 75 (of 152 total)