Viewing 15 posts - 16 through 30 (of 31 total)
My question is not a homework question. 🙂
My background is BI Development on Oracle, Teradata, Unix platforms. I am simply learning MS SQL Server and T-SQL.
And thanks for all your...
April 15, 2009 at 3:48 pm
Lowell (4/14/2009)
pshvets (4/14/2009)
Hmmm...Does it mean that recursion cannot be used in this example? Or it should be implemented differently?
Thanks,
Pit
recursion has it's place, of course, but it does not serve string...
April 15, 2009 at 10:40 am
Sorry for not posting back...
Yes, suggestion by Michael Earl had worked for me!
Thanks a lot for all help!
It is very usefull portal and forum.
Pit.
April 15, 2009 at 10:16 am
Hmmm...
Does it mean that recursion cannot be used in this example? Or it should be implemented differently?
Thanks,
Pit
April 14, 2009 at 7:00 pm
Thanks a lot, Jack!
It all worked perfect! And performance with Tally table is great!
Thanks a lot for your help!
Pit.
March 23, 2009 at 1:32 pm
Jack Corbett (3/2/2009)
Is D a local or mapped drive?Are you attempting this via BIDS, a scheduled job, dtsexec?
D drive is local.
I tried three ways:
From BIDS - 1. execute standalone task...
March 2, 2009 at 11:03 am
I don't expect my data to exceed 20-30 min. I wouldn't need any special handling for such cases.
Thanks,
Pit.
February 16, 2009 at 11:22 am
Michael,
It's not I am arguing, but why SQL Server Online Help lists MOD function?
Pit.
February 13, 2009 at 1:27 pm
Thanks a lot Michael!
It works fine.
Just curious, why MOD doesn't work in SQL 2008. Can I set some parameter to turn it on?
Thanks,
Pit.
February 13, 2009 at 12:21 pm
Thanks a lot for reply.
Creating a table for global variables was my last resort. 🙂
February 2, 2009 at 7:10 pm
Did exactly as you said - works perfectly now.
Thanks a lot for help!
February 1, 2009 at 5:02 pm
Thank you! All works as I expect.
February 1, 2009 at 5:00 pm
Great, thanks! It all works fine now.
I would've done the same on UNIX in 5 min! UI layers drive me nuts! 🙂
Thanks for your help!
January 30, 2009 at 11:44 am
Sahin Kaya (1/28/2009)
Hi,Instead of wrapping it into .bat file, did you try running abc.exe through Execute Process task with the Arguments that you will assign through variables?
Regards,
Sahin.
Thank you Sahin. I...
January 28, 2009 at 5:17 pm
Thank you for suggestion, I should've guessed it myself... 🙂
That's correct - I am loading data from pipe delimited files.
I've never had this issue on UNIX/Oracle/Teradata environment where I extract...
January 27, 2009 at 2:08 pm
Viewing 15 posts - 16 through 30 (of 31 total)