News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Retrieving a list of databases from SQL Server
May 20, 2009 @ 08:27:48

Rob Allen (as a part of his work on his WinPHP Challenge entry) has posted a little code snippet to his blog about fetching the list of all databases sitting on a SQL Server instance.

I need to get a list of databases from SQL Server for the currently logged in user. Initially, I found a built in function sp_databases. This looked promising, until I discovered that it didn't work for my user. I'm pretty sure that it's related to permissions. The user just has db_owner on a specific database and nothing else.

He ended up selecting from a sys.database table where the name wasn't in a grouping of standard SQL Server databases (like "master" or "msdb"). He wrapped this in a foreach with a try/catch to catch errors thrown and drops all of the names into a regular array.

0 comments voice your opinion now!
master system list database sqlserver


blog comments powered by Disqus

Similar Posts

Daniel Krook's Blog: PHP on the mainframe

NETTUTS.com: How to Build a Login System for a Simple Website

Ben Ramsey\'s Blog: OPML Reading List

PHPMaster.com: Database Interaction Made Easy with NotORM

Developer Drive: Building a PHP Ad Tracker: Creating the Database Tables


Community Events









Don't see your event here?
Let us know!


event language release community opinion tool functional development code api interview framework podcast example unittest introduction zendframework2 object composer testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework