Viewing 15 posts - 16 through 30 (of 805 total)
before you pull your hair out, on the FTP thing and password, if you want to save the password you have to set a variable to be the password and...
June 8, 2011 at 9:05 am
Is the file and xls (i.e. not excel 2007/2010) file?
have you put "EXCEL 8.0;IMEX=1;HDR=No" in the Extended Properties? (No quotes)
June 8, 2011 at 8:57 am
is there any "dynamic" sql in the query? Can you change any parameters to hardcoded values as a test
Assuming you've confirmed the queries are the same through profiler...
Run DBCC FREEPROCCACHE...
June 8, 2011 at 8:30 am
Sure,
1) Create a OLE DB connection.
2) Provider is Microsoft JET (note, this will only work on x86 machine or package running as x86)
3) Set filename to be full path...
June 8, 2011 at 7:50 am
Are these SQL tasks or dataflows?
if the latter, are the queries in the DF source or have You said "use table / view" option? If that, then your problem might...
June 8, 2011 at 6:20 am
why not try with hardcoded values and get it working that way? The move onto the expressions to make it dynamic? 😉
June 8, 2011 at 2:30 am
Seeing as I am back in the painful world of Excel....
Try using a OLE connection to the file, add "EXCEL 8.0;IMEX=1;HDR=No" in the extended properties and select from the connection...
June 8, 2011 at 2:26 am
This is off topic but there you go...
Can you run the package when saved as a file and not in MSDB?
I've no experience on running things from MSDB (There is...
May 21, 2009 at 2:22 am
When you say you can run the package manually, do you run it under the same account as Agent or your own user?
May 21, 2009 at 1:18 am
For so many reasons I and others have mentioned - do not use the table. ALWAYS use a select col1, col2, col3 from table.
Search the forum or google for...
May 4, 2009 at 3:57 pm
Try running a bat file via telnet?
Another way would be to run a file locally which connects to SQL which uses CMD to run a file local to itself. Butt...
April 23, 2009 at 9:12 am
You cannot.
Checkpoint files restart from a certain task. A dataflow is a task. You cannot restart from point withing the dataflow. Think how much custom logic that would require.
If...
August 28, 2008 at 8:43 am
oxfield (8/27/2008)
August 27, 2008 at 2:27 pm
Paul_J (8/24/2008)
"You could do it with BCP but your table columns / file columns will have to be aligned".
Are you sure of this? I thought that's exactly...
August 27, 2008 at 2:26 pm
The sort task is the only stock component that can do a, well, sort.
There are other tasks out there that you can buy (nSort for one) that are better. But...
August 27, 2008 at 1:26 am
Viewing 15 posts - 16 through 30 (of 805 total)