Viewing 15 posts - 46 through 60 (of 77 total)
How is it possible to export this to a XML file? Do I need to use BCP and cmodify the code into a string?
October 23, 2014 at 2:36 pm
Hi,
Also, how can I do nesting?
September 30, 2014 at 8:47 am
Thank you very much!
September 29, 2014 at 2:08 pm
awesome! thank you!!!
September 3, 2014 at 10:49 am
You just saved my day! Thanks so much!!!:-)
March 21, 2014 at 10:40 am
Hi Eirikur and thank you!
The senario I really am trying to achieve is:
/* Will not work */
SET @AcctType = 'ABC,GHI,JKL'
SELECT COUNT(AcctID)
FROM Customer
WHERE AcctType IN (@AcctType);
How do I make this work...
March 21, 2014 at 9:38 am
nevermind, I just realized I was missing: ExecJob.Connection = cn;
March 19, 2014 at 8:51 am
Hi,
I would like to get the results of three different queries and put them all into one temp table. I am trying as follows but does not seem to...
December 3, 2013 at 12:24 pm
Yeah, that's what Im looking for! Thank you very much!
November 21, 2013 at 12:38 pm
Hi,
Thank you. The part I am getting hung up on or just don't understand is having the parameters for a where statement be variable. How do I make...
November 21, 2013 at 12:23 pm
Thanks again!!!!!!!:-)
This forum is awesome!
July 11, 2013 at 9:00 am
Thank you both!
Sean, I should have been more clear, I have a date field that I am calling myDate and want to check against the field (not using current date/GetDate())....
July 11, 2013 at 8:36 am
Viewing 15 posts - 46 through 60 (of 77 total)