Viewing 15 posts - 21,106 through 21,120 (of 22,184 total)
DonaldW (1/30/2008)
Up the vermin scale from sewer rat to opossum, maybe? :w00t:
Nah, we're still aspiring to reach sewer rat. I'm thinking this will get us from cockroach to water...
January 30, 2008 at 7:11 am
One way:
SELECT t.A1
FROMtest t
JOIN test t2
ON t.A1 = t2.A1
WHERE t.A2 = 1
AND t2.A2 = 4
January 30, 2008 at 7:00 am
DonaldW (1/30/2008)
At the last PASS Summit Gert Drapers said that they are going to try to get a data dictionary feature into the next release of Power Tools.
That will make...
January 30, 2008 at 6:51 am
Please don't cross-post. Especially don't post things in the 2008 forums that has no relation to 2008.
January 30, 2008 at 6:39 am
Oh yeah, do that. The Static Code Analysis tool is a great way to review TSQL. It replaces a lot of the functionality that they dropped from the Best Practices...
January 30, 2008 at 6:38 am
Not knowing much else, I can make too guess. First, the indexes need to be rebuilt or your statistics are out of date. This can lead the optimizer to make...
January 30, 2008 at 6:26 am
Indexes can be, but aren't always, a performance problem when performing ETL. Best answer to that question is for you to test your load both ways, running with the indexes...
January 30, 2008 at 5:28 am
Thanks for confirming Steve. I'd done several searches and hadn't come up with anything.
That is truly sad news.
I thought he was fairly young.
January 29, 2008 at 1:15 pm
Really? Hmm. That actually used to be a specialty of theirs because they were bringing so many people over from ERWin. I haven't upgraded an ERWin model myself since 2002....
January 29, 2008 at 11:57 am
Put me down for Embarcadero ERStudio too. Great tool.
January 29, 2008 at 10:55 am
Microsoft will allow you to transfer your Developer license to a Database license. I know because I did it. You just have to remove the developer edition before installing DBPro....
January 29, 2008 at 10:54 am
You want to normalize the data as much as you need to. There really isn't a "too far" or a "not far enough." Meet the business requirements in the best...
January 29, 2008 at 9:13 am
Using cursors at all is frequently a poor choice to solve a problem. However, if you have to use two cursors, use two cursors. Declare both, open both, parse through...
January 29, 2008 at 9:06 am
Are you kidding? I skip the ones that I know I don't know and I'm still only batting about 58%. Lighten up on yourself just a bit.
January 29, 2008 at 8:47 am
Viewing 15 posts - 21,106 through 21,120 (of 22,184 total)