Viewing 15 posts - 41,476 through 41,490 (of 59,067 total)
Paul White (10/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2009 at 9:56 am
Heh... the only reason why I didn't post any code to do the job was because mcha7628 and Bob both did. The STR() function is the easiest... the RIGHT(someblanks+varchardata,len)...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2009 at 9:32 am
kabaari (10/6/2009)
Good afternoon all,I got the error fixed and data is returning correctly.
Thanks for the help,
DJ Khalif 😀
Any chance of seeing your final code?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 8:59 pm
david.l.mulholland (9/30/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 8:55 pm
You can't use "IF" as part of a query. It's only for flow control.
You'll need to split your pivot up into two separate SELECT's. Then you can us...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 8:36 pm
Found it. Again, sorry for the delay.
First, you need a Tally table which is nothing more than a table with a single column of sequential numbers. For more...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 8:31 pm
I am SO sorry about this post. I totally lost track of it. Thank you for taking the time to explain. I've got the code somewhere... I...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 7:49 pm
Start out simple... what does TaskMgr say the CPU is being used by?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 7:25 pm
Cool article.... thanks, Andrew.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 7:12 pm
Agreed on all counts, Bob.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 7:11 pm
I would agree about the permissions issue. What is the server logged in as and what are you using to do the BCP Export (ie: xp_Cmdhell?)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 7:02 pm
I believe a little education and threats of high velocity pork chops would be the easiest and best thing to do.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 6:34 pm
Matt Miller (#4) (10/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 5:11 pm
Lynn Pettis (10/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 5:06 pm
Paul White (10/17/2009)
I do wish you would come to see CLR routines as complimentary to T-SQL 🙂
Heh... Actually, I do and I also understand the power there. The problem...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2009 at 12:04 pm
Viewing 15 posts - 41,476 through 41,490 (of 59,067 total)