I've got a Stored Procedure that is working fine using the IDENTITY function, but now need to create a VIEW instead. As I am unable to create temporary tables within the view, is there an alternative function for me to use that does the same as IDENTITY?
There is a larger stored procedure which calls a number of views and I am just replacing one of those. If I am unable to find an alternative then I will have to add my code to this procedure but I would rather keep things consistent as I will have to amend a number of procedures rather than 1 view.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.