Connecting SQL Express Manager to User Instances
Monday, 10 April 2006
Use Master
GO
Select owning_principal_name, instance_pipe_name
FROM sys.dm_os_child_instances
GO
HOSTNAME\UserName \\.\pipe\4104C6A7-5175-45\tsql\query
Connect to
np:\\.\pipe\4104C6A7-5175-45\tsql\query
You should follow me on twitter here