Viewing 15 posts - 316 through 330 (of 4,477 total)
I was trying to repeat the error as well. For whatever reason, I then searched on that first link and found a WordPress link with something similar. Might be worth...
September 11, 2019 at 7:00 pm
The information is available in sys.dm_os_sys_info since SQL Server 2008R2:
SELECT virtual_machine_type, virtual_machine_type_desc
FROM sys.dm_os_sys_info
Sue
September 11, 2019 at 5:41 pm
Check the event logs for any errors as well as check the NICs to make sure File and Print Sharing for Microsoft Networks and Client for Microsoft Networks are enabled....
September 11, 2019 at 5:19 pm
There can be a lot of reasons for this error. MS has a troubleshooting guide for the error that goes through different scenarios:
September 11, 2019 at 5:04 pm
Glad you got it working - Thanks for posting back with the details!
Sue
September 11, 2019 at 4:27 pm
Then it just could be you a lot of subscriptions during certain time frames or not a lot of threads (based on CPUs) to immediately process the subscriptions.
When the subscription...
September 10, 2019 at 8:02 pm
Some of the reasons I can think of would be invalid subscription owner, issues with the report (that would be logged), having a lot of orphaned or phantom subscriptions or...
September 10, 2019 at 7:16 pm
You can specify the credentials in the subscription or you can use a file share account setup through Reporting Services Configuration Manager. Those are the two ways I'm aware of...
September 10, 2019 at 7:10 pm
If there was no type of auditing in place to capture things then you are limited in what you can find. Not sure what you are looking for but transactions...
September 10, 2019 at 4:53 pm
No...there should be another one with Access denied (rather than not found). I can't remember which key as I did it too long ago to remember. It would be a...
September 10, 2019 at 4:37 pm
You can have one database in a basic availability group and can't add databases to the group - that's one of the difference with enterprise availability groups. You can have...
September 10, 2019 at 11:24 am
If they already know you have limited experience with SSRS development, they want to know what you are going to do when you are facing challenges or are stumped. They...
September 9, 2019 at 11:00 pm
The requirements are the same for basic availability groups as they are for enterprise availability groups:
Prerequisites, Restrictions, and Recommendations for Always On availability groups
And this has an overview on...
September 9, 2019 at 10:41 pm
Then change the config file back, run the report while running Process Monitor filtered on the registry. Find the Access Denied captured by Process Monitor in the registry. Then grant...
September 9, 2019 at 10:03 pm
I think a lot of folks up here have gotten stack dumps before. And the reasons can be for so many different things. The question is similar to asking if...
September 9, 2019 at 9:23 pm
Viewing 15 posts - 316 through 330 (of 4,477 total)