Viewing 15 posts - 331 through 345 (of 4,477 total)
They are asking about your experiences and what you faced and how you addressed it. The best thing to do is give that more thought about different challenges you had...
September 9, 2019 at 9:18 pm
Those are all part of SQL Server and related to how the scheduling of tasks across the CPUs is managed. SQL Server is multithreaded with multiple task assigned to schedulers....
September 9, 2019 at 9:05 pm
You do change the RSServerconfig file to fix this issue with the rendering extensions when you need to leave the execution account alone. You set the "EXCELOPENXML" visible to false...
September 9, 2019 at 7:52 pm
In your example you mismatched the synonym StagingSongs with SongStaging
That's what I thought as well. I think it works if you still have the synonym StagingSongs from a previous...
September 6, 2019 at 5:09 pm
Keep in mind you can also create a role for the developers and grant whatever permissions to that role. Deadlocks depends on what it means to troubleshoot - it doesn't...
September 5, 2019 at 7:17 pm
It really depends and we can only guess without knowing all the details of the archiving process and how the archive database is going to be used. Often, lookup tables...
September 5, 2019 at 6:53 pm
Any one in the group has a link which provides comparison between SQL sentry and Solar winds.
The following link has a comparison:
SolarWinds Database Performance Analyzer vs SQL Sentry
Sue
September 5, 2019 at 5:54 pm
Correct. And it doesn't always work as expected so that is something to consider when using readable yes. You can end up connected to the primary depending on where in...
September 5, 2019 at 2:04 pm
Read-Only Intent requires you to connect with a read only connection by specifying the connection with ApplicationIntent = ReadOnly. When you set the Readable Secondary to Yes, you still connect...
September 4, 2019 at 11:33 pm
That would be expected behavior when not owning the schema. There are several posts up here with the same type of issue, it's one of those that stumps people fairly...
September 4, 2019 at 10:11 pm
Another possibility is using xml to work around that issue. It has some "gotchas" - some of the methods you can find in this post:
September 4, 2019 at 8:13 pm
I hate that error...it's from when the driver can't figure out what the shape of result set is going to be. Often you can bypass that by including SET FMTONLY...
September 4, 2019 at 7:37 pm
Anyone with server access isn't able to use DecryptByKey. They need to open the symmetric key to execute DecryptByKey and additional permissions are required to open the symmetric key as...
September 3, 2019 at 7:16 pm
Also another thought may be memory is probably covering up for other sins? Since the CPU usage is less than 5% could be the memory is more on the...
September 3, 2019 at 4:44 pm
You would want to look at memory, disk and ram together as changes to one can impact the others. And if you are going to change all of these then...
August 29, 2019 at 10:52 pm
Viewing 15 posts - 331 through 345 (of 4,477 total)