Are you talking about when it says something like dbo.cmsContent? I think the dbo portion is just something SQL does (though, I've never really questioned it, so I don't know). Is there some reason you don't want that (assuming I've understood your question correctly)? You can still query tables without specifying the schema.
That sounds odd. Not sure exactly why that would happen, but I would guess it has something to do with how you've configured the permissions for the login or the user in the SQL database.
In the past, that has very much been caused by how the user you are using to create the database is configured. I can't however, remember how to stop it I'm afraid.
Installing Umbraco
I'm installing umbraco and when i enter the database and server name the database adds a schema name to all the table names. How could i avoid this?
Are you talking about when it says something like
dbo.cmsContent
? I think thedbo
portion is just something SQL does (though, I've never really questioned it, so I don't know). Is there some reason you don't want that (assuming I've understood your question correctly)? You can still query tables without specifying the schema.Yes, dbo.cmsContent becomes Iis_apppool\user.cmsContent. I don't know why it does it but like to keep it to the original naming.
That sounds odd. Not sure exactly why that would happen, but I would guess it has something to do with how you've configured the permissions for the login or the user in the SQL database.
In the past, that has very much been caused by how the user you are using to create the database is configured. I can't however, remember how to stop it I'm afraid.
is working on a reply...