I'm running SQL Server 7.0 and one of my system procs is missing. Master..sp_MSTableSpace.
I was planning on restoring Master but have discovered that this has been
missing for sometime. I've had suggestions to copy this proc from another
box running SQL and copy the proc and paste it into a new user proc. Then
go into sysobjects and change the type to 'S' system proc from user proc.
When I try to change this I receieve errors since sysobjects has computed
columns. Does anyone have any thoughts on how to get a system proc back
to Master without restoring Master.

Any help is much appreciated!

Brenda