Viewing 15 posts - 16 through 30 (of 62 total)
No, I can not replace the 2nd proc's code into the first one, for the second one is a stand alone. In fact, there is a whole slew of procs...
April 15, 2015 at 10:10 am
Thanks, Jeff. I tried using xp_DirTree but it only gets me the file names. I need to sift through the files based on the file types and their create/modified times...
March 18, 2015 at 5:17 pm
Thank you guys! I appreciate that.
SC
June 12, 2014 at 4:13 pm
No replies? 🙁
I would appreciate any kind of help on this!
May 7, 2014 at 11:22 am
These are mostly for one-time deployment. I wouldn't be reusing them at all.
May 5, 2014 at 5:20 pm
It will be great if you can provide me some :). I am also looking for a framework which can be generally used to logging the execution results (time taken,...
April 28, 2014 at 12:15 pm
Thanks for all your inputs and suggestions. I will work towards implementing this in SSIS which seems to have better control. I appreciate everyone's time and effort in providing valuable...
April 28, 2014 at 10:47 am
Fantastic! Thanks for being so patient, Scott. It's appreciated very much!
- Rex
March 20, 2014 at 4:36 pm
I think your query is still missing the new column, "ItemSortOrder". Sorry, if I am starting to get to your nerves...my apologies! 🙁
Please see the image below that shows what...
March 20, 2014 at 4:24 pm
Scott,
I think we have a slight disconnect here :). Your query is selecting from @ItemListOutput, which is where I included "ItemSortOrder" column. I did this to show my desired result....
March 20, 2014 at 3:47 pm
Scott,
Thanks for your suggestion, but your query won't give me the sort order id for each individual item of an order. Please look at the last column of @ItemListOutput table...
March 20, 2014 at 3:23 pm
@Milos.radivojevic - Your solutions works perfectly to take care of my requirement. Thank you very much.
- Rex
March 20, 2014 at 12:59 pm
Please check the SQL snippet below and also the attached image for before and after snapshots of the data. I hope it helps.
-- Table1 has just MyID...rest of the columns...
March 7, 2014 at 12:31 pm
Lowell/Sean/Jeff,
Thanks for your valuable inputs. The table I mentioned above is just a fake one to simulate my requirement. My actual table columns range anywhere between 20 to 80, with...
February 3, 2014 at 5:46 pm
Viewing 15 posts - 16 through 30 (of 62 total)