There sure is, + Ade
-----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 05 February 2005 20:04 To: CF-Talk Subject: Concatenation in MSSQL Server Hi, I have a query that works for Access, but won't in the MSSQL Server version. INSERT INTO tableOne (FullName, etc) SELECT customers.firstName & ' ' & customers.lastName, etc. FROM tableTwo Apparently, it is the concatenation operation that causes the trouble. I suppose ther is an equivalent way to do it under MSSQL? Thanks -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.5 - Release Date: 03/02/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193195 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

