Viewing 15 posts - 55,021 through 55,035 (of 59,072 total)
Yes... that will work but it's not "dynamic" like the Op asked... if the length is a variable, it will not display as expected in the Text Pane.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 5:09 pm
This is where you ask "What is Books Online"? ![]()
"Books Online" is affectionately known simply as "BOL". In SQL Server 2000, you can find...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 5:02 pm
I'm thinking that probably won't matter on BCP that uses "QueryOut" ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 4:21 pm
Thanks Carl...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 4:19 pm
... or... create a partioned view...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 4:15 pm
Peter... try SUBSTRING with a variable for length or RTRIM in the text mode on a wide column to see what the OP means... displayed column comes out too wide...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 8:17 am
Perfect... thanks for the feedback, Scott.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2007 at 8:15 am
Nah... that wasn't it... set mine to 40 and still worked on Authors table...
Sorry for the bum info ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 10:48 pm
I believe you need an additional batch command...
mode con[:] [cols=c] [lines=n]
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 10:34 pm
Oh... it works... it's just the text mode display has a mind of it's own when it comes to calculated column widths... so you need to do something like this......
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 10:21 pm
The problem with the UNC is that the server must be logged in as a "super domain user" than can "see" those other boxes and directories...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 9:32 pm
JohnG,
What was in the array? Might help me understand why people would need to pass such a structure to a proc or function... thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 9:28 pm
Heh... in my case, it's multiple ex-wifes ![]()
![]()
![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 9:25 pm
Nice job, Zach... didn't realize that starting over was an option but I do thank you for the explanation of what you did ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 9:23 pm
Nope... and I feel for ya... you're not the first person I've seen get thrown into these types of duties with no experience... But, heh ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2007 at 9:21 pm
Viewing 15 posts - 55,021 through 55,035 (of 59,072 total)