OK, so I got my linked server issue fixed, but now when I run this query:
SELECT [xx.xxx.xx.xxx].Snowline.dbo.Street.Prefix
FROM [xx.xxx.xx.xxx].Snowline.dbo.Street
I get the error The multi-part identifier 
[xx.xxx.xx.xxx].Snowline.dbo.Street.Prefix could not be bound.

If I do this:
SELECT *
FROM [xx.xxx.xx.xxx].Snowline.dbo.Street
the query works fine. Problem is that I cannot do a select * since I am 
building a string from four different fields.

Thanks,

Bruce

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2967
Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6

Reply via email to