Adding tables to sql server result in Domain\user.name.tablename -


Our app uses migratordotnet to modify the backing SQL Server 2005 database. This 99% works great but we are running into a problem. We have a client who is using an active directory group for SQL Server login and when new tables are added, they make them the domain \ LoginTable_name. What needs to be allowed to add tables to the AD Group, such as dbo.table_name? This does not happen with the configuration of all of our clients, so I must have lost something. Make sure that the default schema for that login / group is set to dbo


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -