Viewing 15 posts - 91 through 105 (of 180 total)
I think you could get the information through Extended Event, try Brent Ozar's "What queries are failing" Extended event.
https://www.brentozar.com/archive/2013/08/what-queries-are-failing-in-my-sql-server/
If you need more information i think you could modify...
September 18, 2019 at 1:23 pm
The test we made today was the next one.
Since the repair_allow_data_loss of one of the tables is taking way too long.
We eliminated all the indexes (Clustered, non clustered), keys, constraints...
September 17, 2019 at 2:06 pm
In our case to access production servers, we must send an email to IT Sec telling them the reason why and which tool it is and explain the reason.
Since we...
September 17, 2019 at 12:43 pm
You are welcome! 🙂
Glad to be of any help!
August 27, 2019 at 12:39 pm
No, you don't need to restart the services, most of kerberos commands if not all can be done on the fly, services won't be interrupted.
When you change from dynamic port...
August 22, 2019 at 5:37 pm
Yes, clean everything before adding another SPN, since it may confuse the services.
August 22, 2019 at 4:01 pm
Hey!,
Just to clarify ... we have 2 instances on this server and only the second appears in the results above
Can I just run the command to add the default...
August 22, 2019 at 3:48 pm
Hello
Have you tried executing your procedures manually?
Greetings
August 13, 2019 at 10:07 pm
Is it a differential or a full backup?
The time it took was the doubled or more?
Everytime you make a backup SQL server writes in the log the amount of pages...
August 11, 2019 at 12:40 pm
You are welcome.
Thanks for the feedback and letting us know everything went well.
Greetings.
August 8, 2019 at 12:49 pm
No, there's no downside besides the one you said, using up storage.
They should be gone actually, these won't be helpful unless you don't have your back ups up to date...
August 8, 2019 at 12:13 am
I think the first time you have to manually set it, after you set it, verify.
SELECT net_transport, auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid
If it's working try...
August 7, 2019 at 7:01 pm
Hello,
You should configure Kerberos in your SQL Instance.
Register a Service Principal Name for Kerberos Connections
How to troubleshoot the "Cannot generate SSPI context" error message
August 7, 2019 at 12:33 pm
It's actually the same process as normal databases, just make sure your Report Server service can still reach the SAME instance it was configured with.
Report Server service doesn't handle the...
August 6, 2019 at 9:02 pm
This usually happens if your backup have been encrypted, it happened to me when it was encrypted by certificate or maybe different sql server versions, if the backup is from...
July 30, 2019 at 11:39 pm
Viewing 15 posts - 91 through 105 (of 180 total)