[dba-SQLServer] sorry, let me try again

Susan Harkins ssharkins at bellsouth.net
Tue Jul 5 14:53:04 CDT 2005


UPDATE AuthorsPublicationsmm 
INNER JOIN Authors 
ON AuthorsPublicationsmm.AuthorIDFK = Authors.AuthorID 
SET AuthorsPublicationsmm.AuthorIDGUIDFK = [Authors].[AuthorIDGUID]
WHERE (([Authors].[AuthorID]=[AuthorsPublicationsmm].[AuthorIDFK]));
 
Sent the wrong statement, but same problem. 
 
Susan H. 
 
 



More information about the dba-SQLServer mailing list