Open JohnnyZhang0628 opened 4 years ago
Has your windows users the DB OWNER or ADMIN grants
@christiandelbianco Thanks reply.My windows account has administrator role.I run my app in my local computer,it should not has nothing to do with computer permissions
I had the same issue :“User without permissions.” but when I change my connectionString from this "Data Source=.;Initial Catalog=skynetdemo;User Id=sa; Password=pa$$word123; Trusted_Connection=True; MultipleActiveResultSets=true" to this "Data Source=CYB345-SOFT-01;Initial Catalog=skynetdemo;User Id=sa; Password=pa$$word123;" it work fine
Application: .net core 3.1, OS:win 10, VS :2019, SqlTableDependency:8.5.8 Sql Server :10.50.1600.1. this is my test code:
i try to run the following command, it's doesn't work.
what should i do ?thanks