Viewing 15 posts - 1 through 15 (of 16 total)
I get all the dtsx which has XXX values in it
April 14, 2017 at 8:38 am
Thanks Scott...that is exactly what I was looking for.
January 12, 2016 at 3:34 pm
This is how the data looks like.
Select 1 ,'Mon-Sat 10am-9pm, Sun 11am-6pm'
UNION ALL
Select 2,'Mon-Sat 10am-8pm, Sun 10am-7pm'
UNION ALL
Select 3 'Mon-Thu 10am-9pm, Fri 10am-10pm, Sat 10am-9pm, Sun 10am-6pm'
January 12, 2016 at 12:41 pm
Thanks a lot Luis. the logic is brilliant..It helped me save lot of time.
Sorry for not posting the DDL.Next time I will definetly do that. Thanks again..!!
April 1, 2014 at 2:45 pm
Iam not clear about the nesting.Can you please give me more details..?
April 1, 2014 at 1:18 pm
b) based on a certain value in a database table?
I think this is possible.
1) Using execute SQL task select the value from the data base.
2) Use the value...
July 10, 2013 at 1:20 pm
The build succeeds ,but Iam not able to find the problem.If you can point me why this error occurs then I can check that.
Again I need a code to delete...
March 26, 2012 at 4:15 pm
Yes,SSIS installed in my machine.How do I debug from SSIS...?
March 26, 2012 at 3:02 pm
I don't have C# installed in my machine. How do I do that..?
March 26, 2012 at 2:54 pm
Sorry the request method is DELETE instead of PUT.
request.Method = "DELETE";
March 26, 2012 at 2:37 pm
Iam getting this error
Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Empty path name is not legal.
at ST_20aed8fe3d0347a0b748f4bc14e21fe2.csproj.ScriptMain.Main()
---...
March 26, 2012 at 2:34 pm
Thanks to both of you.
November 5, 2009 at 5:26 am
check this Link...I executed using this.
http://bi-polar23.blogspot.com/2007/08/loading-multiple-excel-files-with-ssis.html
April 27, 2009 at 11:32 am
Viewing 15 posts - 1 through 15 (of 16 total)