As far as can remember, if you use the short hand for outer joins... e.g.

select *
from member, payment
where member.id *= payment.member_id

Aren't supported by default, you have to change something on the server...

I believe this is blogged on Ben Forta's Blog
(http://www.forta.com/blog/index.cfm/2006/1/15/SQL-Server-2005-Outer-Join-Gotcha)



On 20/09/06, Rick Root <[EMAIL PROTECTED]> wrote:
> We're getting ready to migrate from SQL Server 2000 to SQL Server 2005.
> We're running CFMX 7.0.2 on our web server.
>
> We do not have ANY stored procedures or triggers...
>
> Is there anything I should be concerned about, any "gotchyas" with
> Coldfusion and the database upgrade?
>
> rick
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253702
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to