Viewing 15 posts - 41,236 through 41,250 (of 59,069 total)
Jeff Moden (11/6/2009)
Bridget Elise Nelson (11/6/2009)
Thanks. That sounds like a very good idea. I will be trying that.:-)
Thanks for the feedback... If you have the time, please let us know...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 9:32 pm
lmu92 (11/6/2009)
Button (im)pressed. Nice one, Jeff!I thought there was an easy solution out there...
Thanks Lutz. I love the "old" ways... so simple... 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 9:24 pm
Bridget Elise Nelson (11/6/2009)
Thanks. That sounds like a very good idea. I will be trying that.:-)
Thanks for the feedback... If you have the time, please let us know how it...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 9:21 pm
Simon Parry (11/6/2009)
i have tried using BULK INSERT
using
set @string ='BULK INSERT CSVTest FROM ''\\10.1.2.107\rp_uploaded_files\'+@file+''' WITH (FIELDTERMINATOR = '','',ROWTERMINATOR = '''')'
exec (@string)
but this requires the destintation table to have the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 9:18 pm
laurav (11/6/2009)
I could not disagree more. I work with plenty of brilliant women who fall under the "genius" category. And I don't think the men "choose" who will...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 9:10 pm
Bob Hoffman-209065 (11/6/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 9:04 pm
Dr.D (11/6/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 8:48 pm
repent_kog_is_near (11/4/2009)
Float always gives the result of the calculator. That is why I assumed that Float will always be accurate. Can you give an example when Decimal gives...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 8:45 pm
ktlady (11/6/2009)
Is there any way to do the sub-directory search inside SSIS package without having to involve database? Thanks!
Probably, but I don't know because I don't use SSIS. I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 8:34 pm
CirquedeSQLeil (11/6/2009)
Luke L (11/6/2009)
jcrawf02 (11/6/2009)
So then we've finally found a definitive benefit of RBAR - environment control
Jeff's gonna be pissed...
Though I suppose if you get it to raise the temps...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 8:28 pm
Lynn Pettis (11/6/2009)
With that, here is a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 4:41 pm
wizard5203 (11/6/2009)
Jeff, thanks for the reply. You could tell from the post I'm a newbie. I looked at your link and will follow it on the next post. Thanks again.
Heh......
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 4:17 pm
Lynn Pettis (11/6/2009)
Jeff Moden (11/6/2009)
...What? No comments on the sample code I provided? I really thought you'd have more to add. 😉
I'm not done posting on...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 4:16 pm
aravind.s (11/5/2009)
Hi.Try this
Select a.col1,a.col2,(select sum(hrs) from table where emp_id <=a.emp_id) ‘col3’
From table a
assuming empid is your key to the table and You want the running total of HRS column.
BE VERY...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2009 at 4:04 pm
Ummm... looking up the two functions in Books Online is certainly the way to go folks, but stop and think about WHY someone wrote the code like that. SUM...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2009 at 10:12 pm
Viewing 15 posts - 41,236 through 41,250 (of 59,069 total)