Viewing 15 posts - 466 through 480 (of 669 total)
Alvin Ramard (8/31/2010)
Honestly, it looks like you're trying to use SSIS before taking the time to learn how to do...
September 6, 2010 at 5:58 am
jyoti_bhatt (2/24/2010)
I have a WMI Event Watcher task with the below WQL Query. Then task stays yellow even when a file named test.txt is dropped in C:\ drive?
SELECT * FROM...
September 6, 2010 at 5:31 am
SELECT [Measure] ON COLUMNS,
TOPCOUNT
(
{[Dimension]},7,[Measure]
) ON ROWS
FROM [CUBE_NAME]
September 6, 2010 at 5:17 am
Once the file is processed...as in your case...have a Script task or FST(File Rename)
have a variable(s) and follow the approach Alvin has mentioned
September 3, 2010 at 7:37 am
ssis learner__ (9/2/2010)
thanks for your reply
-I got a way to do what I was trying to in this useful link
but now I was using a File System task (instead of...
September 2, 2010 at 10:47 pm
Alvin Ramard (9/1/2010)
I also would like to recommend that you take some time to learn a few things about SQL...
September 2, 2010 at 3:14 am
have you closed and disposed the streams, if any
September 1, 2010 at 9:54 am
since you are able to add new content...it shd not be the issue with the credentials...have u implemented any scripts that involves IO operation
September 1, 2010 at 8:39 am
2 questions..
1. Are you Admin on the said machine
2. Is that drive where the folder is placed a local drive or a Network share drive?
September 1, 2010 at 4:42 am
As wayne has already mentioned about Excel sheets,
You may implement either an OPENROWSET query or a routine T-SQL with sheeet names
For more customization...Script Task may be handy
August 31, 2010 at 10:27 pm
Libby,
Why do you need a Script component for data transfer...
All you require is a OLEDB source and Excel destination as per the problem statement you described
August 30, 2010 at 2:25 am
How are you specifying a FTP Connection string using a variable :ermm:
August 30, 2010 at 2:21 am
da-zero (8/26/2010)
August 26, 2010 at 10:41 pm
Phil,
What do you suppose is the problem?
August 25, 2010 at 7:23 am
Viewing 15 posts - 466 through 480 (of 669 total)