DBCC CheckIdent in a stored proc?

From: smoghe(at)autodesk(dot)com
To: pgsql-sql(at)postgresql(dot)org
Subject: DBCC CheckIdent in a stored proc?
Date: 2003-01-23 01:14:48
Message-ID: F82E357704AB8E43BCE680F9001AC2E801BE6E64@msgpetmb2.amer.ads.autodesk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello All,

I need to know the last id of the last record added to the table from an ASP page.

How do I package DBCC CheckIdent(@tableName) in a output parameter?

Thanx!

Shrirang

p.s: I am a total newbie to DB.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Igor 2003-01-23 05:00:45 Re: CREATE VIEW ERROR
Previous Message Tom Lane 2003-01-23 01:01:20 Re: To use a VIEW or not to use a View.....