Viewing 15 posts - 361 through 375 (of 4,477 total)
Thanks for posting back the error message - that really does make a difference as it's an issue with permissions when trying to connect to the database, even though the...
August 22, 2019 at 4:58 pm
Glad it's all working now - and thanks a lot for following up and posting back. It really helps when people do that.
Sue
August 22, 2019 at 4:46 pm
If the data source connects to a instances with TLS, Try adding Encrypt=yes to the connection string. Depending on different configurations, you may also have t include trustServerCertificate=true. The following...
August 22, 2019 at 4:44 pm
It might help if you post the exact error message the user gets. If the user doesn't have permissions, the error is typically: select permission denied on the object...etc. An...
August 21, 2019 at 8:22 pm
If it's all users in the domain you can use the Authenticated Users group. Otherwise, I don't know enough about your AD groups to say. But groups and roles are...
August 21, 2019 at 6:44 pm
That would be normal if those tables are in the cdc schema with a _CT appended to the name
Sue
August 21, 2019 at 5:53 pm
There is a default location you set in the same area where you went to Tools...Options and results to Text. On the General section under default destination for results. Below...
August 20, 2019 at 10:22 pm
In a blob column (imageval) in sys.sysobjvalues that you would need to connect with the DAC to query. And then you just have the blob and could probably get some...
August 20, 2019 at 8:53 pm
Usually the error is due to issues with date formats. Compare the regional settings, DST settings on the servers and also check the default language for the agent account.
Sue
August 20, 2019 at 6:35 pm
There are some similar errors with some versions of SSMS. Try to use t-sql instead of SSMS and see if it works. If it errors, you should get more information...
August 20, 2019 at 6:33 pm
A logical read is an 8K page. Divide the reads by 128 to get the MB. Divide by 1024 to get GB.
Sue
August 19, 2019 at 9:59 pm
When using the Oracle client, make sure to install Oracle Services for Microsoft Transaction Server
Installing Oracle Services for Microsoft Transaction Server
Sue
August 19, 2019 at 4:57 pm
The looks like the query SSRS fires when someone views My Subscriptions, usually with a parameter at the end for the user. I never followed it enough in any trace...
August 15, 2019 at 7:20 pm
Just running sp_configure (with or without using reconfigure) won't necessarily change the config block in master which is what DBCC CONFIG reports. It's often not flushed to disk until a...
August 14, 2019 at 7:37 pm
Yes. The last two options can be set in a single alter database. But once the query store is enabled, you really need to monitor things to make sure the...
August 13, 2019 at 8:25 pm
Viewing 15 posts - 361 through 375 (of 4,477 total)