Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get scope_identity for a remote insert
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
How to get scope_identity for a remote insert
Miscellaneous
Thread ID:
01322722
Message ID:
01322722
Views:
46
can you tell me why my Scope_identity for a remote inser is a null?
how can I fix this?
insert into RemoteServer.MyDB.dbo.Customers(....) values(....)
print 'SCOPE_IDENTITY()=' + convert(char,isnull(SCOPE_IDENTITY(),0))
Next
Reply
Map
View

Click here to load this message in the networking platform