Viewing 15 posts - 91 through 105 (of 150 total)
lduvall (12/10/2009)
December 10, 2009 at 7:20 pm
[font="Comic Sans MS"]
Hello -
I am able to get the file name and use it as an input variable to my stored proc...
Aren't you getting the complete UNC path...
December 10, 2009 at 2:39 pm
jagadeeshb (12/10/2009)
Here actually i am getting the data from script and by using conditional split i want to verify the excact data with tab delimited and save those data into...
December 10, 2009 at 9:00 am
padre (12/10/2009)
I am trying to use the package configurate type of sql server.
[font="Comic Sans MS"]
That is absolutely fine.
But how did you define the connection of the SQLSERVER your package...
December 10, 2009 at 8:28 am
[font="Comic Sans MS"]
Hi Jeirix,
See http://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx for a visual help in case you have missed anything.
Try setting delayvalidation property of the task to be true and execute. If you...
December 10, 2009 at 8:17 am
[font="Comic Sans MS"]
The @[User::SourcePath] variable should look like this - "C:\folder1\logs\" an extra slash at end.
Now evaluate the DynamicPath as :
@[User::SourcePath]+ (DT_WSTR,4)YEAR(DATEADD("dd", -1, GETDATE())) + "-"
+ RIGHT("0" +...
December 9, 2009 at 2:33 pm
[font="Comic Sans MS"]
Hi Jason,
Is the reject file format and source file format different for you?
If not - there is a quick solution - you can have a file system task...
December 9, 2009 at 9:35 am
[font="Comic Sans MS"]
Interesting question and I would love see any advise on this ...
[/font]
December 9, 2009 at 9:29 am
[font="Comic Sans MS"]
If this is allowed in your environment - system architecture - try using some text persing tool to get this done. I personally prefer using tools to do...
December 9, 2009 at 7:54 am
[font="Comic Sans MS"]
Anamika - one way to achive this is enforce a strong template for the excel sheet you are using.
It shows how you set the property of a...
December 9, 2009 at 7:45 am
jeirix (12/9/2009)
December 9, 2009 at 7:36 am
[font="Comic Sans MS"]
Delay validation has nothing to do with runtime performance - it just doesn't validate the component till runtime.
Did you check this : a detailed discussion on why...
December 9, 2009 at 7:15 am
[font="Comic Sans MS"]
Yes - this can be done.
Funny you asked this question - I was doing exactly similar stuff myself. Use expression to define the 'packagename' property. Use the...
December 8, 2009 at 12:54 pm
[font="Comic Sans MS"]
Do you have any control over generating the recordset?
If yes - you can use a pseudo-column in the recordset - say setNum - and it would contain...
December 8, 2009 at 8:07 am
[font="Comic Sans MS"]
The DML/file structure is unclear to me.
But as I understand - powerful text parsing tools like perl would probably be best option for you . If you...
December 8, 2009 at 8:03 am
Viewing 15 posts - 91 through 105 (of 150 total)