Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2004, 05:22
Avatar de Muzztein
Muzztein
 
Fecha de Ingreso: agosto-2002
Ubicación: Hangar 18
Mensajes: 1.703
Antigüedad: 22 años, 5 meses
Puntos: 16
Cehca estos ejemplos


INSERT INTO users(u_name,u_password) values ('b','b') SELECT @@IDENTITY AS 'ident';



y




Set Nocount on
Insert Topics (TopicName, SortOrder) VALUES ('X', -1)
select IdentityInsert=@@identity
set nocount off