<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetfan.org/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ユーザインスタンスとして稼働中のデータベースにアクセスする</title><link>http://dotnetfan.org/blogs/dotnetfanblog/archive/2006/08/28/1120.aspx</link><description>Connect to SQL Express 'User Instances'
SQL Express固有の機能であるユーザインスタンスとして稼働中のデータベースにSQL Serverの管理ツールからアクセスする方法がまとめられています。

select * from sys.dm_os_child_instances
masterデータベースに対してこのクエリーを発行してデータベースの名前を取り出すというのが肝なんですね。</description><dc:language>ja</dc:language><generator>CommunityServer 2.0 (Build: 60526.2668)</generator></channel></rss>