|  | Posted by Jens on 09/20/05 15:59 
Refering to the four part notation this is gernerally:
 [servername].[databasename].[owner].[objectname]
 
 SELECT
 products.name, products.notes, products.purchase_date,
 products.serial_no, products.total_value, products.product_code,
 products.quantity, products.product_group, products.lhs1_name,
 lhs1.department, lhs1.address1, lhs1.city, lhs1.country
 from products, lhs1
 where products.lhs1_id = lhs1.id
 INTO logi..Temp
 
 HTH, Jens Suessmeyer.
  Navigation: [Reply to this message] |