A ab Jun 26, 2006 #1 This shouldn't be too hard but I can't find the right answer: How can I enumerate all databases in my SQL Server (V7)?
This shouldn't be too hard but I can't find the right answer: How can I enumerate all databases in my SQL Server (V7)?
A Alex Dybenko Jun 26, 2006 #2 Hi, you can query sysdatabases table in Master database -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
Hi, you can query sysdatabases table in Master database -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com