sql server - SQL schemas - dbo.<tablename> has to go -


i'm still pretty new sql , related issues resemble mine don't clarify anything. problem this: have used piece of administration software, can either use mdb or sql. time ago, migrated mdb new sql server instance, setup has been running smoothly time now. no longer had of drawbacks access database has.

now, new piece of software we're using connects same database append data. can set either mdb or sql mode. problem is, when software solution set sql mode, can't find tables because have dbo. prefix. instead of tbl(tablename) reads dbo.tbl(tablename) in management studio. if convert database mdb format, tables read , new software solution can read tables fine in mdb mode. frustrating me every thread on kind of explains stuff sql schemas , ownership it's pretty vague. think if can remove dbo. prefix objects in database, new software solution can find tables again, , main administrative software should too.

please note i'm novice far sql goes

every table has belong schema in sql server; legacy assumption dbo default, sounds migration script assigned of tables to. need make sure account connecting sql database has access dbo schema (typically own schema).


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -