I can use an INSERT to copy the data from one table to another like:

  INSERT empinfoEmployeesTemp (EmployeeNum, FirstName, LastName)
  (SELECT EmployeeNum, FirstName, LastName 
  FROM empinfoEmployees)

But I need to copy the data from different databases (production to dev).
I am copying from SQL Server 2K to MSDE.

How can I specify which db each table lives in?
Rodger






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=35

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183134
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to