Software Engg,sql server 2005 | Software developer-Kshms
Wednesday, August 3, 2011
Select By Stored Procedure
Create proc maxid
as
(select isnull(max(id),0) as id from tablename)
return
To Execute
Exec maxid
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment