Viewing 15 posts - 91 through 105 (of 628 total)
Same issue here.
I ran
SELECT
err.[description],
fail.*
FROM [msdb].[dbo].[sysmail_event_log] err
inner join [msdb].[dbo].[sysmail_faileditems] fail
ON err.mailitem_id = fail.mailitem_id
but the result is nothing &...
April 21, 2016 at 1:30 pm
It works me in this way
Instead of running as proxy account, you can modify the SQL job enter the password at the commandline. It is working fine for me
March 29, 2016 at 10:36 am
That is problem with the user. He changed his domain account password. After his computer restart, it is resolved again.
But now I am getting differently
SSPI handshake failed with error code...
March 22, 2016 at 3:25 pm
Business doesn't allow weekdays downtime.
So planning to do only reorganizing daily the fragmented indexes above 5% but rebuild/reorg on weekends depends on %fragmentation.
Previously noticed rebuild indexes ran faster than reorganization...
March 22, 2016 at 1:37 pm
From the SSRS configuration manager the service Account is Network Service but the SQL Server using Domain account as service account
March 22, 2016 at 1:30 pm
When I click on the report manager URL, I received following error
Report server cannot open a connection to the report server database. A connection to the database is required...
March 21, 2016 at 4:36 pm
Cleanup task is after running after the backup
March 17, 2016 at 7:39 pm
Looks it is working but not sure why some databases has 3 backup files and some are 4 days backup files when I use the retention period delete older...
March 16, 2016 at 4:36 pm
I am seeing errors on server A, where the report service is running but the report server database (From SSRS configuration manager) is pointing to server B.
Are you talking about...
March 16, 2016 at 3:05 pm
There is no info about the SSRS service restart or the no evidence about the SQL DB restart but I am seeing the errors Report Server Windows Service canot connect...
March 16, 2016 at 12:32 pm
I found the link
which is similar to the second one. Event ID: 3760.
Haven't tried but looks it is promising
March 15, 2016 at 1:01 pm
Looks the connection is coming from local host only.
The source is windows sharepoint services3.
I am trying to find the path for the sharepoint config file where it has SQL Connections.
March 15, 2016 at 8:53 am
The default database for sa is master only.
From the eventviewer I can see the Source is "Windows Sharepoint Services 3".
March 14, 2016 at 11:56 am
Viewing 15 posts - 91 through 105 (of 628 total)