Group: microsoft.public.sqlserver.tools · Group Profile · Search for Question about updating table on one server from a in microsoft.public.sqlserver.tools
Author: Tibor Karaszi
Date: Oct 12, 2006 00:10
... Server work: If the column in question has the IDENTITY attribute, then you cannot UPDATE that value. You can specify a...IDENTITY INSERT ON. -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver...I need to update from Access a table in SQL SERVER 2005 that...the import data tool. Then, my question is Can I do that in SQL SERVER 2005 ?. if not, is there any...
|