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

PHPImpact Blog: Symfony's plugins tell us a lot about what developers need

DevShed: Completing a Blogger with PHP

Steven Choy's Blog: PHP Scripts for creating and managing FAQ systems

DevShed: The Active Record Pattern, Concluded

Brian Swan's Blog: SQL Server JumpIn! Camp Wrap Up


Community Events











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


release interview language usergroup functional introduction series conference phpunit zendframework2 unittest development podcast rest testing symfony2 community framework database opinion

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