Viewing 15 posts - 10,051 through 10,065 (of 11,676 total)
Grant Fritchey (2/24/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 7:38 am
rashmiptl22 (2/24/2011)
But how the Filewatcher task will come to know that a new file is placed in the source folder .Once the package stops ,you need to run the SSIS...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 7:20 am
rashmiptl22 (2/24/2011)
I agree with you ,The File Watcher Task will keep running until the file shows up.
But let's say 2 files are to be read.The package starts and reads the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 6:52 am
rashmiptl22 (2/24/2011)
If you start the package when the server starts,
let's say it runs at 12:30 and ends after 5 minute .
But the file is placed at 12:36.When the file...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 6:22 am
alin.selicean (2/24/2011)
Yes, it does. All SQL Services run as a local user account with read privilleges on the local folder. I have already checked that. I'm stuck...
What if we take...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 6:20 am
alin.selicean (2/24/2011)
Do I need to do...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 5:53 am
Phil Parkin (2/24/2011)
rashmiptl22 (2/24/2011)
Hi--
Don't u think the package should be scheduled to run every 5 or 10 minutes to meet the requirement.
No.
The requirement: ".. very next minute..."
Your solution misses that...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 4:29 am
rashmiptl22 (2/24/2011)
I don't think so.Using File watcher task or WMI eventwatcher task in the SSIS package can be usefull but it will not meet the requirement.The requirement is that...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 4:27 am
The code inside the Execute SQL Task would be as follows:
DECLARE @firstname VARCHAR(100), @middlename VARCHAR(100), @lastname VARCHAR(100), @contactid INT;
SET @firstname= ?; -- 0
SET @middlename= ?; -- 1
SET @lastname= ?; --...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 4:16 am
This is a very, very common problem with SSIS and Excel. Did you try google, because there are literally hundreds of articles, blog and forumposts about this subject.
I'm too lazy...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 3:51 am
rashmiptl22 (2/24/2011)
HiYou need to schedule your SSIS package to run every 5 or 10 minutes.
Hope this is gonna help you
Incase any query let me know
Thanks and Regards
Rashmi
That is quite...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 3:42 am
Try setting the property DelayValidation to TRUE on the FTP task.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 3:41 am
Nice question, thanks.
I voted for the connect issue.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 1:07 am
chris.stuart (2/24/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 24, 2011 at 12:38 am
chris.stuart (2/23/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 23, 2011 at 11:53 pm
Viewing 15 posts - 10,051 through 10,065 (of 11,676 total)