Viewing 15 posts - 421 through 435 (of 805 total)
I have no idea. Try changing the job owner to an NT account on the machine.
June 28, 2007 at 1:57 am
You could continue down that path but would this not be easier / quicker (Script task can slow you down)
Use a SQL task before your DF and grab all the...
June 28, 2007 at 1:55 am
It's all pretty doable.
Your biggest rule is the file starting with Z. This however is quite simple as well.
The for each loop will give you the file names of all...
June 28, 2007 at 1:48 am
Ummm, use SSIS?
The only thing I can think is a difference between your JET drivers and those on the server. (Are you using...
June 27, 2007 at 2:59 pm
SQL logging is by far the most useful as it is easy to render how you want.
All logging is "raw" and not really meant for the eye. Rather for some...
June 27, 2007 at 8:07 am
Not natively in SQL.
Simplest way would be to have a loop, set rowcount 100000 and insert them like that. You would have to have some logic to work out which...
June 27, 2007 at 7:21 am
Most odd. Can you run a few tests in SSIS? it still uses JET but you can redirect any error rows and see what is different about them.
How many rows...
June 27, 2007 at 7:13 am
Use the lookup component to check each row in your data flow to the rows already inserted into your table.
Any rows not found by the lookup component need to be...
June 27, 2007 at 6:03 am
is there a change in the data which is causing jet to bail suck as a column it thought was an int then suddenly a string? Like zip, phone, mobilephone...
June 27, 2007 at 2:11 am
Are you using a proxy account with Agent?
In the proxy settings, have you enabled use for SSIS?
June 27, 2007 at 1:35 am
You should not use a proc to insert data because it will be slow. The whole idea of SSIS pipeline is to do all your transformation en-route and then insert...
June 27, 2007 at 12:15 am
I would strongly recommend on using NY Auth and not SQL as it is far easier to manage and use.
However, _if_ you insist, or cannot change, on using SQL logins,...
June 26, 2007 at 6:09 am
you can pretty much use any valid syntax in a join. Most of the time it will not give you meaningful results but will parse.
June 26, 2007 at 6:06 am
There's no reason to take the post down. Rather lets see your error and try fix the problem. That is why we are all here.
My apologies, your post was about...
June 26, 2007 at 5:14 am
Viewing 15 posts - 421 through 435 (of 805 total)