Viewing 15 posts - 31 through 45 (of 60 total)
This is more optimistic 🙂
http://www.sqlservercentral.com/Forums/Topic475278-338-1.aspx
April 22, 2008 at 3:34 pm
piershogg (4/22/2008)
April 22, 2008 at 11:51 am
Sorry, I just noticed the comments at the top of your code.
ENGINE=InnoDB DEFAULT CHARSET=latin1;
ENGINE might refer to the underlying database program (or connectivity to it) that this code is run...
April 16, 2008 at 3:04 pm
Apoztel (4/16/2008)
April 16, 2008 at 2:40 pm
When you say sub-view, what do you mean exactly? Do you mean to UNION 250 tables together, or JOIN them, or what?
Please give examples (a couple example table structures,...
April 16, 2008 at 12:19 pm
My question was more about the table2 structure, and what you're expecting to see.
Either way, you're not talking about a PIVOT as much as a full transpose. There's probably some...
April 14, 2008 at 8:20 am
Can you provide more information (column names, etc.)?
Generally, you'll pivot over a key field value (for instance, how do you know that value 1 goes in column 1, not column...
April 11, 2008 at 12:43 pm
[To me] the more DBA the position, the more specific syntax-type questions I ask, while the more Developer the position, the more conceptual the questions. (admittedly, I haven't interviewed many...
April 10, 2008 at 8:55 am
Basically, stats people do this sort of problem alot. You might hear about deciles or quartiles; that's when you take your range of data, and assign it to different groups...
March 28, 2008 at 3:23 pm
Matt Miller (3/28/2008)
Or....you could just use the NTILE function to achieve the same result...:)
You guys and your fancy SQL 2005 functions...:hehe:
That's a nice one. How's the performance vs. something like...
March 28, 2008 at 1:18 pm
Jeff Moden (3/28/2008)
Any code to go along with this "FWIW"? 😉
What, you want answers too? 🙂
Well, assuming you have an integer-ish rowid field on the table, MOD it by the...
March 28, 2008 at 1:08 pm
blahknow (3/28/2008)
This is how it works
"myPhones" is a stored procedure to supply the telemarketing personnel phone numbers to make phone calls.
phone numbers are stored in various tables of various...
March 28, 2008 at 9:33 am
Matt Miller (3/26/2008)
dfalso (3/26/2008)
Right, that's what I wrote 🙂Mid-day blindness due to lack of caffeine....hehe...
glad we agree:hehe:
No prob, it'd be worse if we didn't :hehe:
March 26, 2008 at 12:06 pm
blahknow (3/25/2008)
GilaMonster (3/25/2008)
No arrays. Some people use XML, but that can get messy.If you go into a bit more detail on what you're doing, maybe we can suggest an alternative.
Hi...
March 26, 2008 at 11:48 am
Viewing 15 posts - 31 through 45 (of 60 total)