Click here to Skip to main content
15,895,815 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all,

I am using VS2008 and sqlserver 2008

I have two tables users and user_events . users table has a auto increment user_id .I want to retrieve that user_id and insert into user_events table.can anyone guide me through this . thanks in advance
Posted
Comments
ridoy 4-Nov-12 9:49am    
don't expect code here,first try with google,there you found lot of links regarding this..

 
Share this answer
 
v2
Comments
Raghavanand 5-Nov-12 8:11am    
Thanks sir for the reply
You can use SCOPE_IDENTITY() for returning auto increment value.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900