Oracle has the connect by and start with commands. Does SQL Server 2000 have the ability to query tables with a hierarchial relationship like Oracle does?
Thanks
Hi all, here is my dilema. I am converting an Oracle database into SQL Server 7. In Oracle, when I receive an error message I capture it by sticking it into a variable. Example: v_ErrorText := substr(sqlerrm, 1, 200);
I stick that error text into a separate table called TERRORLOG which has the...
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.