Viewing 15 posts - 661 through 675 (of 4,477 total)
Yes, sounds like that is likely what the DBA did...those dang DBAs are always messing things up 🙂 I think that's one of the reasons that people often have examples...
April 17, 2019 at 4:43 pm
You can create an alert for that error number which I think would be 1101, you can check your logs to verify. On the response, send the notification to whatever...
April 17, 2019 at 4:34 pm
Changing the initial size in SSMS just executes a DBCC SHRINKFILE. You may have tried to shrink to a size that it couldn't shrink to due to space in use....
April 17, 2019 at 2:01 pm
You can try the process of unloading and reloading the performance counters - the steps are outlined in this post:
https://andyhogg.wordpress.com/2014/10/03/repairing-dropped-ssas-performance-counters/
If this is SSAS 2017 tabular, the counters are known...
April 16, 2019 at 11:12 pm
You might also want to try a tracert from the two different servers to the DB2 server and see if you can find anything in the network paths that could...
April 16, 2019 at 10:58 pm
You wouldn't need to enable the snapshot daily, you just use that when you have updated the publication and need to send a new snapshot to the subscribers. You could...
April 16, 2019 at 10:26 pm
The principals would still need access/connect permissions to the database, not just the insert permissions from the public role. The trigger will still execute under the login's permissions. When you...
April 16, 2019 at 10:16 pm
It doesn't necessarily need to be one or the other. Kerberos would be preferred but the connections should fall back to NTLM if Kerberos fails. If on start up it...
April 14, 2019 at 7:10 pm
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. [CLIENT: 10.11.12.13] Error: 18452, Severity: 14, State: 1. SSPI handshake failed with error...
April 14, 2019 at 6:53 pm
Thanks...they show up now. You can find more information for the error in the SQL Server error log or clicking on the Technical Details on the bottom left of the...
April 12, 2019 at 6:08 pm
Ah yes, Production In Lieu Of Testing (PILOT). I drink because I've spent two days trying to persuade somebody that the issue was not in the database, and that...
April 12, 2019 at 5:51 pm
The error didn't come across if that was an attachment - could you type out the exact error message and error number?
Sue
April 12, 2019 at 5:38 pm
Ran into the SPN (cannot create sspi context) issue but only for some named instances however we are also missing some SPN's they are not associated with either the...
April 12, 2019 at 5:13 pm
This is what happens when a data-critical company thinks
I think you identified the issues 🙂
Don't forget to check the reporting services logs, they can give you a lot...
April 12, 2019 at 2:12 pm
It's just missing the closing parenthesis after 107 on formatting the date - should be GETDATE(), 107) + '.xlsx)'
Sue
April 11, 2019 at 8:04 pm
Viewing 15 posts - 661 through 675 (of 4,477 total)