Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: last_insert_id issue

by arkturuz (Curate)
on Aug 27, 2014 at 18:12 UTC ( [id://1098791]=note: print w/replies, xml ) Need Help??


in reply to Re^2: last_insert_id issue
in thread last_insert_id issue

I have never used SQL Server so far, but after a bit of googling I found the related query.

From stackoverflow.com:

SELECT SCOPE_IDENTITY();

From ASP docs:

SELECT CAST(scope_identity() AS int)

Hope this helps.

Update:

am using the SELECT statement with the filename and temp_date

I would suggest you use something more unique, like big random int or long string composed of random chars. temp_date might not be precise enough in a higher traffic environment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1098791]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found