Viewing 15 posts - 46,756 through 46,770 (of 59,062 total)
That's part of the reason why people still use cross-tabs on the server side... "Respect the pipe!" 😛
December 5, 2008 at 6:08 am
Brandie Tarvin (12/5/2008)
Jeff Moden (12/4/2008)
correct answer is NOT "When you think there's no other way"
Actually, I must point out that I've run into one...
December 5, 2008 at 6:03 am
Click on my name to the left of this post near my avatar... send me an email.
I'll be happy to look at it through email before you post...
December 5, 2008 at 5:46 am
rog pike (12/4/2008)
@transform='(Room) as Room',
@rows='[Floor]',
@pvtcol='Room',
@from='Rooms',
@defaults1='y',@rank='Room',@racheck='y',@shell='n'
Floor Room1 Room2 Room3 Room4 Room5 Room6
------- ----- ----- ----- ----- ----- -----
Floor 1 101 102 103 ...
December 4, 2008 at 11:06 pm
Heh... that code never get's past the first 10000... keeps updating the first 10000 over and over and over.
Lemme build a test table, write a bit of code, and I'll...
December 4, 2008 at 7:32 pm
bitbucket (12/4/2008)
And the gods of T-SQL preserve me
Pickle juice or formaldehyde? With or without pork chops? 😛
December 4, 2008 at 7:23 pm
Sorry... I missed the fact that you were doing a count on the table... not returning rows... Got a PK or any decent indexes on the table?
December 4, 2008 at 7:15 pm
I never import directly into the final target table... I always use a staging table. That way, I can do validity checks before the new data actually get's added.
If...
December 4, 2008 at 7:12 pm
No chance of using indexes... it's gonna return the whole table. How many rows are in the table? Also, are you sure it's a table and not a...
December 4, 2008 at 6:45 pm
I tried sending server health reports to developers, once. The response was, "I already get enough email... would you stop sending these to me?" 😉
December 4, 2008 at 6:00 pm
fausto usme (12/4/2008)
Exactly, the rooms in this hospital are...
December 4, 2008 at 5:54 pm
Heh... No matter where it's done, I'll still like to know why the BA thinks that listing an unknown number hospital rooms horizontally is the right thing to do on...
December 4, 2008 at 5:43 pm
mtassin (12/4/2008)
However, the Cross-tab tool in it allows for incredibly flexible cross-tabs and is as easy as using Excel's Pivot table stuff.
Does that mean you're using the cross-tab tool in...
December 4, 2008 at 3:53 pm
The question is still important because it will determine how the columns in the table are named and a couple of other things like whether to use A VARCHAR(8000) or...
December 4, 2008 at 6:57 am
Viewing 15 posts - 46,756 through 46,770 (of 59,062 total)