February 26, 2009 at 11:42 am
I am looking around the net and cannot find anything or reference to a system stored procedure in SQL 7 that returns server metadata and was wondering if anyone had anything specific? or knew of some sort of T-SQL command that can be run on SQL 7 servers to get metadata out...
Thanks in advance,
Lee
February 26, 2009 at 12:20 pm
Found two procedures that work...
sp_server_info
and
master..xp_msver
February 26, 2009 at 6:34 pm
Thanks for the note. Do those get what you needed or are you looking for other information?
February 26, 2009 at 6:52 pm
Steve Jones - Editor (2/26/2009)
Thanks for the note. Do those get what you needed or are you looking for other information?
I was hoping to find something that had a little more information but I don't think there is that much available in SQL 7 as there is in later versions of SQL (which is why I posted)...
if someone has something to add that would be excellent!
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply