what kind of file is dbo files

T

Tony Johansson

Hello!

In the Data Connection(Server Explorer) in Visual Studio I have connected to
the nortwind database.
and the extension for the nortwind database is dbo.
The complete name is: MyServer\sqlexpress.Northwind.dbo
I mean that a database file has extension mdf so I just wonder why is the
extension dbo ?

//Tony
 
F

Felix Palmen

* Tony Johansson said:
The complete name is: MyServer\sqlexpress.Northwind.dbo
I mean that a database file has extension mdf so I just wonder why is the
extension dbo ?

That's not a file but a database connection. MyServer is the host,
sqlexpress the instance, Northwind the database (catalog) and dbo the
special user/role "database owner".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top