|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQLExpress
I can open SQL Server Manangement studio and connnect to computer\sqlexpress.
My databases are listed. I can also do sseutil -l which list a different set of databases on the same machine. How can that be? Magic.
Actually, you are using two different SQL Server instances which have different databases attached: the normal instance which you are attaching to with Management Studio and a "User Instance" which is what sseutil will attach to by default. There's more information on how this works here: http://msdn.microsoft.com/sql/express/default.aspx?pull=/library/en-us/dnsse/html/sqlexpuserinst.asp -- Show quoteHide quoteThis posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Arne" <A***@discussions.microsoft.com> wrote in message news:EA62CDB1-7838-4DC7-9AC6-25CE9F187792@microsoft.com... >I can open SQL Server Manangement studio and connnect to >computer\sqlexpress. > My databases are listed. > I can also do sseutil -l which list a different set of databases on the > same > machine. > How can that be? Roger,
It sounds like a user instance is a local database only. Can a normal instance in sqlexpress be seen over the network? I am trying to deploy a database at a customer site, with sqlexpress. I would like the instance to been seen on the network. Would a user instance be a bad choice? Arne Show quoteHide quote "Roger Wolter[MSFT]" wrote: > Magic. > > Actually, you are using two different SQL Server instances which have > different databases attached: the normal instance which you are attaching to > with Management Studio and a "User Instance" which is what sseutil will > attach to by default. There's more information on how this works here: > > http://msdn.microsoft.com/sql/express/default.aspx?pull=/library/en-us/dnsse/html/sqlexpuserinst.asp > > > -- > This posting is provided "AS IS" with no warranties, and confers no rights. > Use of included script samples are subject to the terms specified at > http://www.microsoft.com/info/cpyright.htm > > "Arne" <A***@discussions.microsoft.com> wrote in message > news:EA62CDB1-7838-4DC7-9AC6-25CE9F187792@microsoft.com... > >I can open SQL Server Manangement studio and connnect to > >computer\sqlexpress. > > My databases are listed. > > I can also do sseutil -l which list a different set of databases on the > > same > > machine. > > How can that be? > > > User instances can't be seen over the network. You will have to attach the
database to the normal instance before it can be seen on the network. Also remember that SQL Express by default is local only also so you will have to use the Surface Area Configuration tool to enable remote connections and sqlbrowser before you can connect remotely. -- Show quoteHide quoteThis posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Arne" <A***@discussions.microsoft.com> wrote in message news:95FC1F5F-4D81-47D0-BAAB-71A9AD2BA48D@microsoft.com... > Roger, > It sounds like a user instance is a local database only. Can a normal > instance in sqlexpress be seen over the network? > I am trying to deploy a database at a customer site, with sqlexpress. I > would like the instance to been seen on the network. Would a user instance > be > a bad choice? > > Arne > > "Roger Wolter[MSFT]" wrote: > >> Magic. >> >> Actually, you are using two different SQL Server instances which have >> different databases attached: the normal instance which you are attaching >> to >> with Management Studio and a "User Instance" which is what sseutil will >> attach to by default. There's more information on how this works here: >> >> http://msdn.microsoft.com/sql/express/default.aspx?pull=/library/en-us/dnsse/html/sqlexpuserinst.asp >> >> >> -- >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> Use of included script samples are subject to the terms specified at >> http://www.microsoft.com/info/cpyright.htm >> >> "Arne" <A***@discussions.microsoft.com> wrote in message >> news:EA62CDB1-7838-4DC7-9AC6-25CE9F187792@microsoft.com... >> >I can open SQL Server Manangement studio and connnect to >> >computer\sqlexpress. >> > My databases are listed. >> > I can also do sseutil -l which list a different set of databases on the >> > same >> > machine. >> > How can that be? >> >> >>
Other interesting topics
Cannot connect to remote SQL 2k5 server in local network
Connecting to another SQL SErver Linked server in sql 2005, Oracle and DB2 Rename Cluster Instance - New Hardware - Keep Name Microsoft doesnt really support anything over 32 Databases(??) Encrypting Credit Card details Error when restoring master database Slow performance Can I use SQL Express database inside full blown SQL 2005? Object search query??? |
|||||||||||||||||||||||