c# - Exception when I try to create Database on my test, using TeamCity for CI -


in 1 of test need create sql express database , populate it.

it's run fine on machine when teamcity tries run same test throws following exception:

test(s) failed. system.reflection.targetinvocationexception : exception has been thrown target of invocation.   ----> system.data.sqlclient.sqlexception : create database permission denied in database 'master'. 

what causing this?

in enterprise manager-> data basericht click on master db select properties , add permission


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -