Viewing 15 posts - 1 through 15 (of 18 total)
For anyone else that might end up having the same issue, here is a fix. Having said that, we are using fairly old versions of SQL/SSIS (2005) and Windows Server...
August 10, 2016 at 6:30 pm
Hi Lars
Thanks for taking the time to reply. Yes I did something similar. I added a variable to the StandardErrorVariable property on the Execute Process Task in order to ascertain...
August 1, 2016 at 6:04 pm
I found a work around.
I set the TextDelimiter= setting in the Schema.ini file to a character that is highly unlikely to ever be used.
I set it to TextDelimiter=` and...
September 20, 2011 at 1:38 am
Thanks Cold Coffee, your Sub Query method was the way I was leaning towards, just couldnt work out the syntax.
Cheers.
February 8, 2011 at 7:30 pm
Found it. I used the following.
Set @sql = (SELECT m.definition FROM sys.sql_modules m, sys.views v WHERE m.object_id = v.object_id AND v.name = 'view_name')
Tks
January 13, 2011 at 8:51 pm
There is no "GO" in my code, so must be something else. Thanks for the suggestion though.
Cheers
Doug
December 7, 2010 at 3:07 pm
Yeah, figured as much and done so already, just thought I'd put it out there to see if there was a solution.
Tks.
December 6, 2010 at 11:53 pm
Long story but it is feasibly that I am encountering a deadlock on the schema ... hmmm not sure but I'm no SQL expert.
I'll try to explain.
I have a stored...
December 6, 2010 at 11:27 pm
Thanks Ron
Firstly, I wouldnt consider myself an SQL expert, but yes, I am familiar with the TRY...CATCH construct.
I may be missing something, but l dont think it will help me...
October 14, 2010 at 11:17 pm
Thanks Todd
Sounds like a neat solution. I'll certainly look into.
Cheers
Doug
October 10, 2010 at 4:08 pm
I managed to find a solution.
I'm using xp_cmdshell to execute an Echo statement to create and subsequently append to the error file. I doubt this is ideal and I dont...
October 6, 2010 at 12:22 am
Dont worry guys, figured it out. Always happens just after you've posted a question.
1. I created a variable called varMaxFilesFTP.
2. I set InitExpression: @varMaxFilesFTP=1, EvalExpression: @varMaxFileFTP<30, AssignExpression: @varMaxFileFTP = @varMaxFileFTP...
September 26, 2010 at 8:35 pm
Hi Guys
If i could bother for one more piece of advice to close off this task.
The above works really well, but obviously only download a single file. i.e. the file...
September 26, 2010 at 6:48 pm
Thanks Guys, I've sorted it out.
I was coding this one step at a time so started with the variable and script, however, it does update the variable and the...
September 24, 2010 at 3:32 pm
Thanks Raunak, I'll look into it.
Cheers.
September 23, 2010 at 11:37 pm
Viewing 15 posts - 1 through 15 (of 18 total)