Viewing 15 posts - 5,131 through 5,145 (of 5,590 total)
jcrawf02 (6/30/2009)
Gaby, jcrawf42 - thanks for the info!
June 30, 2009 at 3:19 pm
Kit G (6/30/2009)
thanks for the info Kit!
June 30, 2009 at 3:16 pm
SAT_SQL (6/29/2009)
This my sution
there are two tables i am mentioning , but there is 900000 records ,
...
June 29, 2009 at 11:35 pm
Hey gang... I'm looking to take "She who must be obeyed" (in this case, both my wife and mother... ) to Niagra Falls. Does anyone here know anything about this...
June 29, 2009 at 5:55 pm
Gianluca Sartori (6/29/2009)
lmu92 (6/29/2009)
I'll do it, assuming you're covering travel and accommodation costs as well. 😀
I'm still offering 5 dollars, better than nothing.
Anyway better than "I want (you) to cut...
June 29, 2009 at 8:33 am
Gianluca Sartori (6/29/2009)
lmu92 (6/29/2009)
Referring to the original purpose of The Thread:Any consultant around ready for some charity work?
This one is perfect for Wayne 😀
:rolleyes:
June 29, 2009 at 8:31 am
GilaMonster (6/28/2009)
Lynn Pettis (6/27/2009)
June 29, 2009 at 8:27 am
Well, if it were in a busy city, I'd ask for someone to drive me around.
June 25, 2009 at 2:27 pm
Grinja (6/25/2009)
Thanks very much for taking time to answer. Im still not able to accomplish what I intended
The code I posted produces the results that you requested. What did you...
June 25, 2009 at 2:15 pm
itslevel (6/25/2009)
hican you please help to me
how to import fixedlength file into sql server
please help to me
Advance thanks.
Rajan
Hey Rajan, why don't you start your...
June 25, 2009 at 7:12 am
hi_abhay78 (6/25/2009)
can you share the command you are using and other relevant information please.
CREATE TABLE #RawData (LineText varchar(max))
BULK INSERT #RawData FROM "MyFile"
I've tried:
BULK INSERT #RawData FROM "MyFile" WITH (LastRow =...
June 25, 2009 at 7:11 am
This ought to get you on the road...
select Client = c.Name,
Bank1 = max(case when b.bid = 1 then BID else NULL end),
...
June 25, 2009 at 1:15 am
For those that use the FireFox web browser (you can stop reading now Jeff:-)) - what do you use for blocking ads? The one I used wrecked havoc on this...
June 24, 2009 at 7:52 pm
Thank you for the code - it makes helping out so much easier.
The #tempClient table looks pretty straight-forward. That's not the case with the #tempBank table. Normally, I would say...
June 24, 2009 at 6:14 pm
lmu92 (6/24/2009)
@Wayne
: When the request is to get the values for more than one Callernum, I'd go with your solution, but I would changeROW_NUMBER() OVER (PARTITION BY Callernum order by...
June 24, 2009 at 5:53 pm
Viewing 15 posts - 5,131 through 5,145 (of 5,590 total)