Groups | Blog | Home
all groups > sql server programming > april 2004 >

sql server programming : databases within registration


gdp
4/24/2004 11:03:43 AM
Hi...thanks to the answers to my previous question...the suggestions worked
just as i needed....if i have a particular instance of sql server running on
a machine is it possible to get a list of all the individual databases it
contains.

thanks again for the prompt and knowledgable responses

gdp

gdp
4/24/2004 4:42:02 PM
thank you...exactly what i wanted



[quoted text, click to view]

Vishal Parkar
4/24/2004 7:04:24 PM
Run system stored procedure sp_helpdb

ex:
use master
go
exec sp_helpdb
go

--
Vishal Parkar
vgparkar@yahoo.co.in

[quoted text, click to view]

AddThis Social Bookmark Button