I don't understand what you are asking.
For instance, what is
[Enterprise].[dbo].[Customers].[Enterprise].[dbo].[CustomerSalesPerson]
supposed to mean?
Linchi
> Using MSQL SMS:
>
[quoted text clipped - 13 lines]
>
> Syntax appreciated - thanks.
segue - 17 Mar 2008 17:37 GMT
I was just trying to emulate the wizards' idea of tablenames.
It could be (I think):
UPDATE Customers
SET Customers.CustomerSalesPerson = [Access Customer].[Access SalesPerson]
FROM Customers, [Access Customer]
WHERE CustomerID = [Access CustomerID]
I'm just trying to insert or update specific columns and tables
using thesql server import and export wizard.
Wondering what syntax I could use.
> I don't understand what you are asking.
> For instance, what is
[quoted text clipped - 20 lines]
> >
> > Syntax appreciated - thanks.