Viewing 6 posts - 1 through 6 (of 6 total)
I'm importing like this http://www.sqlservercentral.com/articles/T-SQL/68927/
July 26, 2012 at 6:21 am
Lynn Pettis (6/27/2012)
anush_tar (6/26/2012)
I have After Trigger on table, that's why I can't use SCOPE_IDENTITY() or @@IDENTITY. IDENT_CURRENT is not limited by scope and session.
That's why when 2...
June 27, 2012 at 12:53 am
Sean Lange (6/26/2012)
anush_tar (6/26/2012)
P.S. IDENT_CURRENT() , Scope_Identity() , @@Identity work wrong when several people work parallel.
What do you mean they work wrong??? The don't work wrong but each of...
June 27, 2012 at 12:25 am
Sean Lange:
I have After Trigger on table, that's why I can't use SCOPE_IDENTITY() or @@IDENTITY. IDENT_CURRENT is not limited by scope and session.
That's why when 2 or more people...
June 26, 2012 at 11:56 pm
Sorry I had to say working only on SQL Server 2005:-D I want something like it to work on sql server 2008 R2.
This is a part of SP, I pass...
June 26, 2012 at 9:02 am
P.S. IDENT_CURRENT() , Scope_Identity() , @@Identity work wrong when several people work parallel.
June 26, 2012 at 8:33 am
Viewing 6 posts - 1 through 6 (of 6 total)