Viewing 15 posts - 21,121 through 21,135 (of 22,202 total)
I agree.
Logically you're defining the join criteria in the ON clause. Based on that criteria, looking at the code, your left join worked perfectly. If you wish to filter...
January 30, 2008 at 10:45 am
Physically, yes. The operate side by side with no issues. Licensing, you need a license for each, you have to trade one license in, or you have to get the...
January 30, 2008 at 9:09 am
I've never heard of anything that'll help. You'll either have to modify the procedure to disable the PRINT statements or you have to modify the code so that it can...
January 30, 2008 at 7:39 am
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
Viewing 15 posts - 21,121 through 21,135 (of 22,202 total)