Viewing 15 posts - 53,821 through 53,835 (of 59,068 total)
That's a presentation issue - let the GUI folks deal with it
Heh... That would be true for outputs... imported files are a whole (or is it "hole"?) 'nuther story....
November 29, 2007 at 2:40 pm
TheSQLGuru (11/29/2007)
BTW, do you LIVE on this forum or something?? I needed the link...
November 29, 2007 at 2:38 pm
The problem is that the header row does not have the same number of delimiters as the rest of the file. Unfortunately, Bulk Insert counts delimiters as well as...
November 29, 2007 at 2:00 pm
Prakash Heda (11/29/2007)
check BOL for charstring and substring functions.....
Heh... "CharString"? Better have a look at BOL yourself 😀
November 29, 2007 at 1:09 pm
It is possible to populate a variable in such a way, but you'll need to use sp_ExecuteSQL... please see Books Online for the example of how.
The reason why it didn't...
November 29, 2007 at 12:56 pm
MarkusB (11/29/2007)
INSERT INTO myTableExec sp_spaceused
Since sp_SpaceUsed returns 2 result sets, I'm thinking that's just not going to do everything you'd expect. Right idea, though. 🙂
November 29, 2007 at 12:46 pm
I'm not sure if this is the same interpretation that Chris offered, but, #1... I don't ever load data from a text file directly into the target table. I...
November 29, 2007 at 12:36 pm
Agreed... a 2 operand COALESCE is identical to ISNULL and has the same "problem" with finding nulls, in this case.
To expound upon the point that Matt makes, consider...
November 29, 2007 at 12:29 pm
DBCC UPDATEUSAGE has nothing to do with statistics.
November 29, 2007 at 12:17 pm
Oh, one more thing. Does everyone else have the problem with copying out the 'code block' lines and pasting them in QA and they come out all on one line,...
November 29, 2007 at 12:06 pm
However, it will be after the holidays before I have an opportunity to properly write up my scenario(s) into a forum question
Now, we're talking! I look forward to the...
November 29, 2007 at 11:51 am
Heh... I'm a bit more like Clive... write my own tools whenever possible... that way, they do exactly what I want and I can change them if I need to.
November 29, 2007 at 11:46 am
hey jeff...
Can you post the link of the forum u mentioned about ?
SQLServerCentral.com 😉
November 29, 2007 at 11:40 am
Lynn Pettis (11/29/2007)
It could just be me, but the world is full of acronyms especially TLA's. What is CDR? Not the code, the acronym.
Heh... sorry Lynn... you're right...
November 29, 2007 at 8:54 am
Thanks, Ed... and I fully understand about the "company name" thing... I gave almost the same answer on a similar request for code. Nice to see some "ethics".
November 29, 2007 at 8:45 am
Viewing 15 posts - 53,821 through 53,835 (of 59,068 total)